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
*
Fix PR2434. When scanning for exising binary operator to reuse don't
Wojciech Matyjewicz
2008-06-15
1
-15
/
+15
*
Add a missing semicolon.
Wojciech Matyjewicz
2008-06-15
1
-1
/
+1
*
Fix the sys::Path::getSuffix() implementation.
Argiris Kirtzidis
2008-06-15
3
-5
/
+32
*
Fix the environment block that is passed to the CreateProcess function.
Argiris Kirtzidis
2008-06-15
1
-1
/
+28
*
Remove a redundant AfterLegalize check. Turn
Duncan Sands
2008-06-14
1
-4
/
+5
*
Change 'while' loop to 'do' loop.
Wojciech Matyjewicz
2008-06-14
1
-4
/
+11
*
add missing atomic intrinsic from gcc
Andrew Lenharth
2008-06-14
7
-28
/
+28
*
Fix a case where tailcallelim wouldn't set the changed bit when it made a cha...
Chris Lattner
2008-06-14
1
-1
/
+3
*
Teach the spiller to commute instructions in order to fold a reload. This hit...
Evan Cheng
2008-06-13
1
-18
/
+125
*
Don't skip over instructions other than loads that might read memory
Eli Friedman
2008-06-13
1
-5
/
+6
*
Protect ChangeCompareStride from situations in which it is possible
Dan Gohman
2008-06-13
1
-3
/
+12
*
Make sure SimplifyStoreAtEndOfBlock doesn't mess with loops; the
Eli Friedman
2008-06-13
1
-2
/
+6
*
Disable some DAG combiner optimizations that may be
Duncan Sands
2008-06-13
3
-59
/
+92
*
Use recently added getTruncateOrZeroExtend method to make the code shorter.
Wojciech Matyjewicz
2008-06-13
1
-5
/
+1
*
Crash less. The i64 restriction in BinomialCoefficient caused some problems
Nick Lewycky
2008-06-13
1
-24
/
+30
*
fix a minor deviation from the original in my previous commit
Gabor Greif
2008-06-12
1
-1
/
+1
*
op_iterator-ify some loops, low hanging fruit only, there is more
Gabor Greif
2008-06-12
1
-19
/
+21
*
Do not speculatively execute an instruction by hoisting it to its predecessor...
Evan Cheng
2008-06-12
2
-2
/
+27
*
Revert 52223.
Evan Cheng
2008-06-12
1
-18
/
+0
*
Switch GVN to use ScopedHashTable.
Owen Anderson
2008-06-12
1
-134
/
+64
*
Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logic
Matthijs Kooijman
2008-06-12
2
-9
/
+19
*
Make I/O redirection handling in sys::Program a bit more consistent. No
Matthijs Kooijman
2008-06-12
2
-24
/
+18
*
op_iterator-ify some loops, fix 80col violations
Gabor Greif
2008-06-11
1
-9
/
+11
*
Properly lower DYNAMIC_STACKALLOC - bracket all black magic with
Anton Korobeynikov
2008-06-11
1
-4
/
+12
*
For now, avoid generating FP select instructions in order to speculatively ex...
Evan Cheng
2008-06-11
1
-4
/
+9
*
Avoid duplicating loop header which leads to unnatural loops (and just seem l...
Evan Cheng
2008-06-11
1
-0
/
+18
*
Teach instruction combining about the extractvalue. It can succesfully fold
Matthijs Kooijman
2008-06-11
1
-0
/
+157
*
Sometimes (rarely) nodes held in LegalizeTypes
Duncan Sands
2008-06-11
4
-68
/
+101
*
Better test for availability of __gnu_cxx::stdio_filebuf.
Gordon Henriksen
2008-06-11
1
-1
/
+7
*
Clarify a comment.
Matthijs Kooijman
2008-06-11
1
-3
/
+3
*
op_iterator-ify loops
Gabor Greif
2008-06-10
1
-13
/
+16
*
Teach isGAPlusOffset to respect a GlobalAddressSDNode's offset
Dan Gohman
2008-06-09
1
-1
/
+3
*
Re-apply 52002, allowing the verifier to accept non-MRV struct return
Dan Gohman
2008-06-09
1
-4
/
+15
*
CodeGen support for aggregate-value function arguments.
Dan Gohman
2008-06-09
1
-112
/
+139
*
Various tweaks related to apint codegen. No functionality
Duncan Sands
2008-06-09
3
-4
/
+4
*
Handle empty aggregate values.
Dan Gohman
2008-06-09
1
-21
/
+22
*
AsmParser support for immediate constant aggregate values.
Dan Gohman
2008-06-09
4
-777
/
+1046
*
CPPBackend support for extractvalue and insertvalue.
Dan Gohman
2008-06-09
1
-0
/
+34
*
Abort on an unrecognized opcode.
Dan Gohman
2008-06-09
1
-0
/
+4
*
Update the CPP backend for the ConstantFP::get API change.
Dan Gohman
2008-06-09
1
-4
/
+0
*
Remove some DAG combiner assumptions about sizes
Duncan Sands
2008-06-09
1
-28
/
+21
*
add support for PIC on linux x86-64
Rafael Espindola
2008-06-09
1
-12
/
+16
*
lower calls to abs to inline code, PR2337
Chris Lattner
2008-06-09
1
-1
/
+26
*
Fix PR2411, where ip constant prop would propagate the
Chris Lattner
2008-06-09
1
-0
/
+5
*
use 'continue' to make the function linker simpler. When linking a strong
Chris Lattner
2008-06-09
1
-21
/
+37
*
minor changes to short circuit the 'no linkage' case earlier for
Chris Lattner
2008-06-09
1
-27
/
+40
*
simplify function visibility handling.
Chris Lattner
2008-06-09
1
-7
/
+8
*
Remove comparison methods for MVT. The main cause
Duncan Sands
2008-06-08
15
-104
/
+91
*
Limit the icmp+phi merging optimization to the cases where it is profitable:
Chris Lattner
2008-06-08
1
-4
/
+12
*
Added FP instruction formats.
Bruno Cardoso Lopes
2008-06-08
1
-1
/
+58
[next]