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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-commit 131172 with fix. MachineInstr identity checks should check dead
Evan Cheng
2011-05-12
4
-17
/
+293
*
indvars: Added SimplifyIVUsers.
Andrew Trick
2011-05-12
1
-85
/
+99
*
Remove an unused variable and move a couple others inside DEBUG.
Matt Beaumont-Gay
2011-05-11
1
-6
/
+6
*
Address the last bit of relocation flag related divergence betweeen
Jason W Kim
2011-05-11
2
-25
/
+120
*
Turn this into a table, this will make more sense shortly.
Eric Christopher
2011-05-11
1
-11
/
+29
*
Identify end of prologue (and beginning of function body) using DW_LNS_set_pr...
Devang Patel
2011-05-11
2
-44
/
+40
*
Avoid hoisting spills when looking at a copy from another register that is also
Jakob Stoklund Olesen
2011-05-11
1
-7
/
+16
*
Fix encoding of Thumb BLX register instructions. Patch by Koan-Sin Tan.
Owen Anderson
2011-05-11
1
-4
/
+8
*
Typo and missing checkin from r131186.
Andrew Trick
2011-05-11
1
-1
/
+2
*
Bugpoint support for miscompilations that result in a crash.
Andrew Trick
2011-05-11
2
-4
/
+8
*
Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain).
Nadav Rotem
2011-05-11
1
-1
/
+1
*
Add custom lowering of X86 vector SRA/SRL/SHL when the shift amount is a spla...
Nadav Rotem
2011-05-11
2
-11
/
+80
*
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
4
-6
/
+6
*
Add a late optimization to BranchFolding that hoist common instruction sequences
Evan Cheng
2011-05-11
3
-10
/
+268
*
Optimize atomic lock or that doesn't use the result value.
Eric Christopher
2011-05-10
2
-1
/
+83
*
Fix cmake again.
Rafael Espindola
2011-05-10
1
-1
/
+0
*
Remove empty file.
Nick Lewycky
2011-05-10
1
-0
/
+0
*
Avoid a gcc warning.
Rafael Espindola
2011-05-10
1
-1
/
+2
*
Fix cmake build.
Rafael Espindola
2011-05-10
1
-0
/
+1
*
Revert r131155 for now. It makes VMCore depend on Analysis and Transforms
Nick Lewycky
2011-05-10
1
-240
/
+0
*
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
*
Add support for plugins add passes to the default set of passes. The standar...
David Chisnall
2011-05-10
1
-0
/
+240
*
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
*
On MachO, unlike ELF, there should be no relocation to produce the CIE pointer.
Rafael Espindola
2011-05-10
1
-8
/
+17
*
Rename DwarfRequiresRelocationForStmtList to
Rafael Espindola
2011-05-10
3
-3
/
+3
*
The EH symbols are only needed in eh_frame, not debug_frame.
Rafael Espindola
2011-05-10
1
-2
/
+2
*
Use .cfi_sections to put the unwind info in .debug_frame when possible. With
Rafael Espindola
2011-05-10
3
-9
/
+21
*
Refactor lock versions of binary operators to be a little less
Eric Christopher
2011-05-10
1
-73
/
+83
*
First cut at getting debugging support for ARM/MC/ELF/.o
Jason W Kim
2011-05-10
1
-1
/
+0
*
Fix PR9883. Make sure all caches are invalidated when a live range is repaired.
Jakob Stoklund Olesen
2011-05-10
4
-4
/
+8
*
In a debug_frame the cfi offset is to the start of the debug_frame section!
Rafael Espindola
2011-05-10
1
-3
/
+7
*
Add CFIStartSections to the asm printer. Add an assert that at least
Rafael Espindola
2011-05-10
2
-0
/
+20
*
PTX: add PTX 2.3 setting in PTX sub-target.
Justin Holewinski
2011-05-10
2
-0
/
+4
*
Add support for producing .deubg_frame sections.
Rafael Espindola
2011-05-10
2
-46
/
+63
*
Small cleanups.
Rafael Espindola
2011-05-10
1
-8
/
+5
*
Factor some code into a new EmitFrames method.
Rafael Espindola
2011-05-10
4
-6
/
+12
*
Remove unused argument.
Rafael Espindola
2011-05-10
1
-12
/
+4
*
Parsing and plumbing for .cfi_sections.
Rafael Espindola
2011-05-10
2
-1
/
+43
*
Preserve line number information.
Devang Patel
2011-05-10
1
-0
/
+1
*
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
*
Change a few std::maps to DenseMaps.
Dan Gohman
2011-05-09
1
-2
/
+2
*
Fix td file comments for Mips.
Eric Christopher
2011-05-09
3
-3
/
+7
*
Fixed MC encoding for index_align for VLD1/VST1 (single element from one lane...
Mon P Wang
2011-05-09
4
-2
/
+60
*
Indent properly, no functionality change.
Duncan Sands
2011-05-09
1
-12
/
+12
*
Eliminate an unused line to fix a warning.
NAKAMURA Takumi
2011-05-08
1
-1
/
+0
*
Remove an assertion to fix PR9872.
Jakob Stoklund Olesen
2011-05-08
2
-1
/
+6
[next]