index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
Dan Gohman
2009-06-12
2
-15
/
+8
*
Give Instruction::isSameOperationAs a corresponding comment to note
Dan Gohman
2009-06-12
2
-4
/
+8
*
Testcase for llvm-gcc patch 73238.
Dale Johannesen
2009-06-12
1
-0
/
+24
*
Waste time fixing something that should have been fixed before.
Bill Wendling
2009-06-12
1
-4
/
+4
*
Keep callers of a weak function calling it, instead of the non-weak equivalent.
Nick Lewycky
2009-06-12
1
-0
/
+1
*
Fix Bug 4278: X86-64 with -tailcallopt calling convention
Arnold Schwaighofer
2009-06-12
5
-56
/
+23
*
Don't forget to match the calling convention when producing a thunk.
Nick Lewycky
2009-06-12
1
-2
/
+2
*
Given two identical weak functions, produce one internal function and two weak
Nick Lewycky
2009-06-12
2
-4
/
+30
*
Tweak GenLibDeps.pl so it works on solaris.
Duncan Sands
2009-06-12
1
-2
/
+6
*
After obtaining the lock, look if the function has been codegen'd by
Nicolas Geoffray
2009-06-12
1
-0
/
+5
*
This test is wrong. If you have two weak functions F and G you can't make
Nick Lewycky
2009-06-12
1
-11
/
+0
*
Add clang support to the nightly test script.
Duncan Sands
2009-06-12
1
-10
/
+21
*
Credits for Edward O'Callaghan.
Duncan Sands
2009-06-12
1
-4
/
+11
*
Add an "are types equivalent" operation that ignores the types that a pointer
Nick Lewycky
2009-06-12
1
-99
/
+354
*
Fix regular expression.
Nick Lewycky
2009-06-12
1
-1
/
+1
*
Don't remove aggregate-typed module level constants before encoding functions
Nick Lewycky
2009-06-12
4
-31
/
+12
*
In an XFAIL line, treat "XFAIL: foo*bar" as a regular expression to be matched
Nick Lewycky
2009-06-12
1
-1
/
+1
*
CMake: New variable LLVM_LIBDIR_SUFFIX.
Oscar Fuentes
2009-06-12
4
-3
/
+9
*
Update script to tell the user where to get the CodeSourcery crosstool, if it's
Misha Brukman
2009-06-12
1
-2
/
+11
*
Added two scripts to aid with building Linux/x86 -> Linux/ARM crosstools, using
Misha Brukman
2009-06-12
2
-0
/
+235
*
XFAIL this on PPC Linux. This keeps showing up in the buildbot and isn't easy...
Nick Lewycky
2009-06-11
1
-0
/
+3
*
Misc x86 README updates: remove a couple of already-fixed issues,
Eli Friedman
2009-06-11
1
-57
/
+57
*
Use forward declarations and move TargetELFWriterInfo impl to a new file.
Bruno Cardoso Lopes
2009-06-11
4
-16
/
+43
*
Test for rev 73205 (PR 4349)
Dale Johannesen
2009-06-11
1
-0
/
+39
*
Alphabetize.
Bill Wendling
2009-06-11
1
-9
/
+5
*
Remove unused parameter warnings.
Bill Wendling
2009-06-11
1
-1
/
+1
*
Support for ELF Visibility
Bruno Cardoso Lopes
2009-06-11
8
-99
/
+337
*
Fix 4366: store to null in non-default addr space should not be
Chris Lattner
2009-06-11
2
-1
/
+9
*
Generate libcalls for floating point arithmetic and casting operations.
Sanjiv Gupta
2009-06-11
1
-1
/
+22
*
Cosmetic changes to parameter attribute verification.
Duncan Sands
2009-06-11
2
-19
/
+21
*
Avoid leaking memory in an error path. Noticed
Duncan Sands
2009-06-11
1
-3
/
+4
*
More formatting.
Sanjiv Gupta
2009-06-11
1
-3
/
+13
*
Fixed source comments. No functionality change.
Sanjiv Gupta
2009-06-11
1
-5
/
+15
*
CMake: Documented how to cross-compile with CMake.
Oscar Fuentes
2009-06-11
1
-1
/
+7
*
CMake: Fixed parallel build problem related to native tblgen when
Oscar Fuentes
2009-06-11
3
-5
/
+7
*
CMake: Updated list of files on lib/CodeGen/CMakeLists.txt.
Oscar Fuentes
2009-06-10
1
-0
/
+1
*
Implement and use new method Function::hasAddressTaken().
Jay Foad
2009-06-10
5
-38
/
+21
*
Remove warnings: no newline at end of file.
Sanjiv Gupta
2009-06-10
2
-2
/
+4
*
Silence a warning
Anton Korobeynikov
2009-06-09
1
-1
/
+1
*
Reversed order of args in EXPECT_EQ() macros to be in the correct order:
Misha Brukman
2009-06-09
1
-70
/
+70
*
Remove an unused function SafeToDestroyConstant(). Rename an almost
Jay Foad
2009-06-09
2
-24
/
+9
*
Remove empty test (my DejaGNU doesn't like this)
Daniel Dunbar
2009-06-09
1
-0
/
+0
*
Bug fix:
Rafael Espindola
2009-06-09
1
-1
/
+1
*
Simplified logic of this if-then statement to reduce nesting. No functionality
Bill Wendling
2009-06-09
1
-44
/
+46
*
Add the beginnings of an implementatation of lazy liveness analysis, based on...
Owen Anderson
2009-06-09
2
-0
/
+215
*
Remove empty file.
Bill Wendling
2009-06-09
1
-0
/
+0
*
I'm going to assume that this was meant to be an assignment instead of a
Bill Wendling
2009-06-09
1
-1
/
+1
*
Revert 73074 and 73099 because Windows doesn't have POSIX
David Greene
2009-06-09
9
-153
/
+4
*
Use expandCodeFor instead of expand when the result will be
Dan Gohman
2009-06-09
1
-29
/
+18
*
PIC16 emits auto variables as globals. When optimizer removes a function enti...
Sanjiv Gupta
2009-06-09
3
-1
/
+40
[next]