index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch Darwin to the generic CIE/FDE printer.
Rafael Espindola
2011-05-06
1
-64
/
+0
*
ExecutionEngine: delete duplicated files
Dylan Noblesmith
2011-05-06
2
-182
/
+0
*
ExecutionEngine: add missing file
Dylan Noblesmith
2011-05-06
1
-0
/
+91
*
1. Keep lines in 80 columns.
Akira Hatanaka
2011-05-06
2
-6
/
+6
*
ExecutionEngine: move createJIT() definition
Dylan Noblesmith
2011-05-06
2
-19
/
+29
*
ExecutionEngine: push TargetMachine creation into clients
Dylan Noblesmith
2011-05-06
5
-50
/
+20
*
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication
Dylan Noblesmith
2011-05-06
7
-20
/
+12
*
Emit a proper error message when register allocators run out of registers.
Jakob Stoklund Olesen
2011-05-06
2
-1
/
+24
*
Added an assertion, and updated a comment.
Andrew Trick
2011-05-06
1
-5
/
+8
*
It's valid to take the blockaddress of a different function, so remove this
Nick Lewycky
2011-05-06
1
-2
/
+0
*
80 col violations.
Evan Cheng
2011-05-06
1
-3
/
+7
*
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
28
-98
/
+37
*
Use array_lengthof. No functional change.
Eli Friedman
2011-05-06
1
-3
/
+1
*
Iterate backwards over debug locations when splitting them so they can be saf...
Jakob Stoklund Olesen
2011-05-06
1
-1
/
+4
*
Typo: Reviewed by Alistair.
Andrew Trick
2011-05-06
1
-1
/
+1
*
Update LiveDebugVariables after live range splitting.
Jakob Stoklund Olesen
2011-05-06
4
-3
/
+165
*
Use TargetMachine hooks to properly print debug variable locations.
Jakob Stoklund Olesen
2011-05-06
1
-6
/
+7
*
Also count identity copies.
Jakob Stoklund Olesen
2011-05-06
1
-0
/
+2
*
Post-RA scheduler compile time fix. Quadratic computation of DAG node depth.
Andrew Trick
2011-05-06
1
-4
/
+10
*
Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from D...
Devang Patel
2011-05-06
2
-34
/
+35
*
Nothing else uses this label.
Rafael Espindola
2011-05-06
1
-3
/
+0
*
Yet more dead code.
Rafael Espindola
2011-05-06
1
-13
/
+0
*
Update comments.
Rafael Espindola
2011-05-06
1
-2
/
+2
*
More dead code elimination.
Rafael Espindola
2011-05-06
1
-71
/
+0
*
Dead code elimination.
Rafael Espindola
2011-05-06
6
-116
/
+4
*
PTX: add PTX 2.3 language target
Justin Holewinski
2011-05-06
3
-1
/
+7
*
Fix PR9820: a read-only call differs from a load in that a load doesn't
Duncan Sands
2011-05-06
1
-6
/
+9
*
Re-revert r130877; it's apparently causing a regression on 197.parser,
Eli Friedman
2011-05-06
1
-50
/
+27
*
The computation of string length is not that complicated. Fix it, again. :)
Nick Lewycky
2011-05-05
1
-1
/
+1
*
Remove DwarfTableException.
Rafael Espindola
2011-05-05
4
-413
/
+1
*
Remove the DwarfTable enum.
Rafael Espindola
2011-05-05
2
-4
/
+0
*
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
2
-2
/
+2
*
Move PPC Linux to CFI.
Rafael Espindola
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
1
-1
/
+1
*
Allow FastISel of three-register-operand instructions.
Owen Anderson
2011-05-05
1
-0
/
+24
*
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
2
-38
/
+44
*
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
1
-1
/
+1
*
Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one
Bill Wendling
2011-05-05
3
-11
/
+0
*
Update the gcov version used slightly, to make it stop causing modern gcov's to
Nick Lewycky
2011-05-05
1
-13
/
+20
[next]