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
*
Dead code elimination.
Rafael Espindola
2011-05-06
7
-123
/
+4
*
PTX: add PTX 2.3 language target
Justin Holewinski
2011-05-06
4
-1
/
+8
*
Fix PR9820: a read-only call differs from a load in that a load doesn't
Duncan Sands
2011-05-06
2
-6
/
+35
*
Re-revert r130877; it's apparently causing a regression on 197.parser,
Eli Friedman
2011-05-06
3
-95
/
+29
*
The computation of string length is not that complicated. Fix it, again. :)
Nick Lewycky
2011-05-05
2
-2
/
+2
*
Remove DwarfTableException.
Rafael Espindola
2011-05-05
4
-413
/
+1
*
Remove the DwarfTable enum.
Rafael Espindola
2011-05-05
3
-7
/
+2
*
In debug output, clearly list new instructions without DebugLoc.
Devang Patel
2011-05-05
1
-36
/
+2
*
Remove little used statistical counter.
Devang Patel
2011-05-05
1
-29
/
+0
*
PR9838: Fix transform introduced in r127064 to not trigger when only one side...
Eli Friedman
2011-05-05
3
-2
/
+13
*
Move PPC Linux to CFI.
Rafael Espindola
2011-05-05
1
-1
/
+1
*
Fix typo. No functional change.
Nick Lewycky
2011-05-05
1
-1
/
+1
*
Implement a really simple DwarfSjLjException.
Rafael Espindola
2011-05-05
4
-0
/
+68
*
List all exception types in a switch.
Rafael Espindola
2011-05-05
1
-14
/
+15
*
ARM post RA scheduler compile time fix.
Andrew Trick
2011-05-05
1
-0
/
+12
*
whitespace
Andrew Trick
2011-05-05
1
-16
/
+16
*
Don't produce a __debug_frame.
Rafael Espindola
2011-05-05
2
-5
/
+19
*
Many LLVM tests relies on standard output stream be in the binary mode. Which...
Galina Kistanova
2011-05-05
1
-0
/
+4
*
Allow FastISel of three-register-operand instructions.
Owen Anderson
2011-05-05
2
-0
/
+33
*
If debug info for inlined function is missing then handle it gracefully.
Devang Patel
2011-05-05
1
-3
/
+5
*
PR9848: pandn is not commutative.
Eli Friedman
2011-05-05
1
-1
/
+1
*
Add some statistics to the splitting and spilling frameworks.
Jakob Stoklund Olesen
2011-05-05
3
-5
/
+44
*
Avoid extra vreg copies for arguments passed in registers. Specifically, thi...
Eli Friedman
2011-05-05
4
-39
/
+66
*
Fix test to be less sensitive to coalescing.
Jakob Stoklund Olesen
2011-05-05
1
-2
/
+3
*
Small syntax cleanup; we don't need to #define constants in C++. No function...
Eli Friedman
2011-05-05
1
-3
/
+3
*
Minor correction to r130877; fixes PR9846 and hopefully the buildbot failures.
Eli Friedman
2011-05-05
1
-1
/
+2
*
Minor change: Fix the typo in RegionPass.h and RegionPass.cpp.
Hongbin Zheng
2011-05-05
2
-2
/
+2
*
Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one
Bill Wendling
2011-05-05
4
-18
/
+0
*
llvmc: Make 'true' and 'false' instances of a 'Bool' class.
Mikhail Glushenkov
2011-05-05
1
-2
/
+5
*
llvmc: Make it possible to provide an argument to (join).
Mikhail Glushenkov
2011-05-05
1
-9
/
+36
*
Update the gcov version used slightly, to make it stop causing modern gcov's to
Nick Lewycky
2011-05-05
2
-15
/
+35
*
Remove dead function.
Nick Lewycky
2011-05-05
1
-5
/
+0
*
When the path wasn't emitted by the frontend, discard any path on the source
Nick Lewycky
2011-05-05
1
-6
/
+11
*
Disable physical register coalescing by default.
Jakob Stoklund Olesen
2011-05-04
1
-1
/
+1
*
Set debug loc for new instructions.
Devang Patel
2011-05-04
1
-3
/
+3
*
Set debug location for new PHI nodes created in exit block.
Devang Patel
2011-05-04
1
-0
/
+2
*
Prepare remaining tests for -join-physreg going away.
Jakob Stoklund Olesen
2011-05-04
15
-34
/
+48
*
Fix X86RegisterInfo::getMatchingSuperRegClass for sub_8bit_hi.
Jakob Stoklund Olesen
2011-05-04
1
-13
/
+8
*
Fix a batch of x86 tests to be coalescer independent.
Jakob Stoklund Olesen
2011-05-04
7
-29
/
+38
*
Document the automatic alias printing of InstAliases.
Bill Wendling
2011-05-04
1
-0
/
+5
*
Add explicit 'unregister' method to CrashRecoveryConextCleanupRegistrar.
Ted Kremenek
2011-05-04
1
-1
/
+6
*
Give this test an explicit register allocator, so that it can work even if
Dan Gohman
2011-05-04
1
-1
/
+1
*
SjLj EH could produce a machine basic block that legitimately has more than one
Bill Wendling
2011-05-04
2
-1
/
+102
*
Preserve line number information while threading jumps.
Devang Patel
2011-05-04
1
-2
/
+5
*
Create the parent directories to place the .gcda files in if they don't exist.
Nick Lewycky
2011-05-04
1
-0
/
+18
*
Re-commit r130862 with a minor change to avoid an iterator running off the ed...
Eli Friedman
2011-05-04
3
-29
/
+73
*
Preserve line number info.
Devang Patel
2011-05-04
1
-1
/
+4
*
This test fails on ARM. The test shouldn't explicitly specify alignment (and ...
Galina Kistanova
2011-05-04
1
-4
/
+4
*
If builder is initialized using an instruction as insertion point, then use t...
Devang Patel
2011-05-04
1
-0
/
+1
*
preserve line number info.
Devang Patel
2011-05-04
1
-2
/
+3
[next]