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
*
The sign of an srem instruction is the sign of its dividend (the first
Nick Lewycky
2011-02-28
1
-3
/
+13
*
Silence enum conversion warnings.
Benjamin Kramer
2011-02-27
1
-2
/
+2
*
Legalize support for fpextend of vector. PR9309.
Duncan Sands
2011-02-27
1
-0
/
+2
*
Target/X86: Always emit "push/pop GPRs" in prologue/epilogue and emit "spill/...
NAKAMURA Takumi
2011-02-27
1
-17
/
+39
*
Fix typos in the comments.
Nadav Rotem
2011-02-27
1
-4
/
+7
*
RegionPrinter: Ignore back edges when layouting the graph
Tobias Grosser
2011-02-27
1
-0
/
+26
*
Pass the graph to the DOTGraphTraits.getEdgeAttributes().
Tobias Grosser
2011-02-27
2
-2
/
+4
*
Support: Add llvm::AreStatisticsEnabled().
Daniel Dunbar
2011-02-26
1
-0
/
+4
*
Add some DAGCombines for (adde 0, 0, glue), which are useful to optimize lega...
Benjamin Kramer
2011-02-26
2
-37
/
+38
*
Trailing whitespace.
Jim Grosbach
2011-02-25
1
-5
/
+5
*
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-25
22
-253
/
+278
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
18
-128
/
+6
*
Revert "SimplifyCFG: GEPs with just one non-constant index are also cheap."
Benjamin Kramer
2011-02-25
1
-5
/
+3
*
Add patterns to use post-increment addressing for Neon VST1-lane instructions.
Bob Wilson
2011-02-25
3
-11
/
+39
*
Fix formatting of debug helper string.
Jim Grosbach
2011-02-25
1
-1
/
+1
*
Fix typo.
Evan Cheng
2011-02-25
1
-1
/
+1
*
Set NumSignBits to 1 if KnownZero/KnownOne are being zero extended. In theory it
Cameron Zwarich
2011-02-25
1
-0
/
+1
*
We only want to zero extend the existing information if the bit width is
Cameron Zwarich
2011-02-25
1
-1
/
+1
*
Try harder to get the hint by preferring to evict hint interference.
Jakob Stoklund Olesen
2011-02-25
2
-0
/
+5
*
Each prologue may have multiple vpush instructions to store callee-saved
Evan Cheng
2011-02-25
1
-2
/
+14
*
SimplifyCFG: GEPs with just one non-constant index are also cheap.
Benjamin Kramer
2011-02-24
1
-3
/
+5
*
Tweak the register allocator priority queue some more.
Jakob Stoklund Olesen
2011-02-24
1
-10
/
+22
*
Remove dead variable.
Nick Lewycky
2011-02-24
1
-1
/
+1
*
SimplifyCFG: GEPs with constant indices are cheap enough to be executed uncon...
Benjamin Kramer
2011-02-24
1
-0
/
+5
*
Restore r125595 (reverted in r126336) with modifications:
Joerg Sonnenberger
2011-02-24
3
-2
/
+25
*
remove command line option debugging hook.
Chris Lattner
2011-02-24
1
-6
/
+0
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
18
-5
/
+127
*
Enable support for vector sext and trunc:
Nadav Rotem
2011-02-24
1
-10
/
+17
*
Fix llvm-gcc bootstrap with gnu ld.
Rafael Espindola
2011-02-24
1
-0
/
+7
*
Do not use DIFactory. Use DIBuilder.
Devang Patel
2011-02-24
1
-6
/
+7
*
Do not use DIFactory.
Devang Patel
2011-02-24
1
-3
/
+4
*
Add XCore intrinsic for eeu instruction.
Richard Osborne
2011-02-24
1
-0
/
+4
*
Plug some leaks in edis.
Benjamin Kramer
2011-02-24
1
-0
/
+4
*
Merge information about the number of zero, one, and sign bits of live-out
Cameron Zwarich
2011-02-24
2
-1
/
+122
*
Add a getNumSignBits() method to APInt.
Cameron Zwarich
2011-02-24
1
-6
/
+1
*
Add a mechanism for invalidating the LiveOutInfo of a PHI, and use it whenever
Cameron Zwarich
2011-02-24
1
-1
/
+18
*
Track blocks visited in reverse postorder.
Cameron Zwarich
2011-02-24
2
-0
/
+5
*
Refactor the LiveOutInfo interface into a few methods on FunctionLoweringInfo
Cameron Zwarich
2011-02-24
2
-17
/
+9
*
Have isel visit blocks in reverse postorder rather than an undefined order. This
Cameron Zwarich
2011-02-24
1
-2
/
+5
*
wire TargetLibraryInfo into simplify libcalls and use it in a couple of
Chris Lattner
2011-02-24
1
-7
/
+17
*
move a massive amount of code out into its own helper function
Chris Lattner
2011-02-24
1
-676
/
+643
*
change instcombine to not turn a call to non-varargs bitcast of
Chris Lattner
2011-02-24
1
-5
/
+15
*
Fix bug in X86 folding / unfolding table. Int_CMPSDrm and Int_CMPSSrm memory
Evan Cheng
2011-02-24
1
-2
/
+2
*
Use the same spill slot for all live ranges that descend form the same original
Jakob Stoklund Olesen
2011-02-24
1
-4
/
+13
*
Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000...
Devang Patel
2011-02-23
1
-1
/
+1
*
Revert r125595, which is an X86-only undocumented assembly syntax extension
Jim Grosbach
2011-02-23
1
-18
/
+0
*
Put in the symbol table symbols only used in a .globl statement.
Rafael Espindola
2011-02-23
1
-1
/
+5
*
Add XCore intrinsic for clre instruction.
Richard Osborne
2011-02-23
1
-1
/
+3
*
Add llvm.xcore.waitevent intrinsic. The effect of this intrinsic is to enable
Richard Osborne
2011-02-23
1
-1
/
+7
*
It is safe to ignore LastSplitPoint when the variable is not live out.
Jakob Stoklund Olesen
2011-02-23
1
-2
/
+2
[next]