index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid hoisting spills when looking at a copy from another register that is also
Jakob Stoklund Olesen
2011-05-11
1
-7
/
+16
*
Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain).
Nadav Rotem
2011-05-11
1
-1
/
+1
*
Revert 131172 as it is causing clang to miscompile itself. I will try
Rafael Espindola
2011-05-11
3
-268
/
+10
*
Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmp
Bill Wendling
2011-05-11
2
-2
/
+2
*
Add a late optimization to BranchFolding that hoist common instruction sequences
Evan Cheng
2011-05-11
3
-10
/
+268
*
Initialize moveTypeModule.
Rafael Espindola
2011-05-10
1
-2
/
+2
*
Disable my little CopyToReg argument hack with fast-isel. rdar://problem/941...
Eli Friedman
2011-05-10
1
-2
/
+3
*
Correctly walk through nested and adjacent CALLSEQ_START nodes. No
Stuart Hastings
2011-05-10
1
-1
/
+2
*
Produce a __debug_frame section on darwin ARM when appropriate.
Rafael Espindola
2011-05-10
4
-73
/
+6
*
Rename DwarfRequiresRelocationForStmtList to
Rafael Espindola
2011-05-10
1
-1
/
+1
*
Use .cfi_sections to put the unwind info in .debug_frame when possible. With
Rafael Espindola
2011-05-10
3
-9
/
+21
*
Fix PR9883. Make sure all caches are invalidated when a live range is repaired.
Jakob Stoklund Olesen
2011-05-10
4
-4
/
+8
*
Do not ignore InlinedAt while walking up scope chain to find subprogram node.
Devang Patel
2011-05-09
1
-1
/
+8
*
Look through struct wrapped types for inline asm statments.
Eric Christopher
2011-05-09
2
-0
/
+12
*
Indent properly, no functionality change.
Duncan Sands
2011-05-09
1
-12
/
+12
*
Remove an assertion to fix PR9872.
Jakob Stoklund Olesen
2011-05-08
2
-1
/
+6
*
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
*
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
2
-1
/
+7
*
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
3
-111
/
+4
*
Re-revert r130877; it's apparently causing a regression on 197.parser,
Eli Friedman
2011-05-06
1
-50
/
+27
*
Remove DwarfTableException.
Rafael Espindola
2011-05-05
4
-413
/
+1
*
Remove the DwarfTable enum.
Rafael Espindola
2011-05-05
2
-4
/
+0
*
Remove little used statistical counter.
Devang Patel
2011-05-05
1
-29
/
+0
*
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
*
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
*
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
*
Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one
Bill Wendling
2011-05-05
2
-10
/
+0
*
Disable physical register coalescing by default.
Jakob Stoklund Olesen
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
1
-1
/
+9
[next]