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
/
Transforms
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use new IsNAN() wrapper.
Brian Gaeke
2004-06-23
1
-15
/
+2
*
*FINALLY* Fix a really nasty nondeterministic bug that has been haunting us
Chris Lattner
2004-06-21
1
-6
/
+7
*
Comment out the isnan stuff until we get a proper autoconf test for it
Chris Lattner
2004-06-21
1
-1
/
+7
*
Add some DEBUG output to the simplifycfg routines
Chris Lattner
2004-06-20
1
-14
/
+13
*
Change to use the StableBasicBlockNumbering class
Chris Lattner
2004-06-19
1
-15
/
+7
*
Do not let the numbering of PHI nodes placed in the function depend on
Chris Lattner
2004-06-19
1
-2
/
+36
*
Do not sort by the address of LLVM ConstantInt* objects. This produces
Chris Lattner
2004-06-19
1
-10
/
+21
*
I love the smell of a freshly broken PowerPC build in the morning.
Brian Gaeke
2004-06-17
1
-0
/
+1
*
Fix compilation problem on freebsd. Problem noted by Vladimir Merzliakov in
Chris Lattner
2004-06-17
1
-1
/
+1
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
1
-2
/
+2
*
Um, did someone make a typo or something?
Brian Gaeke
2004-06-15
1
-1
/
+1
*
Remove support for the isnan intrinsic
Chris Lattner
2004-06-15
1
-3
/
+0
*
Quick hack to get this file compiling again on Mac OS X. The right thing to do
Brian Gaeke
2004-06-14
1
-0
/
+8
*
Add constant folding capabilities to the isunordered intrinsic.
Alkis Evlogimenos
2004-06-13
1
-1
/
+4
*
Constant fold the isnan intrinsic
Chris Lattner
2004-06-11
1
-1
/
+10
*
Fix one of the major things that is causing the C Backend to infinite loop
Chris Lattner
2004-05-28
1
-0
/
+1
*
Implement constant folding of fmod, which is used a lot in povray
Chris Lattner
2004-05-27
1
-2
/
+9
*
Restructure call constant folding code a bit to make it simpler
Chris Lattner
2004-05-27
1
-39
/
+40
*
Do not pass a null pointer if this instruction is not prepended or
Alkis Evlogimenos
2004-05-26
1
-2
/
+2
*
Use one destination constructor for the unconditional branch.
Alkis Evlogimenos
2004-05-26
1
-1
/
+1
*
Convert to SymbolTable's new iteration interface.
Reid Spencer
2004-05-25
1
-5
/
+7
*
Convert to SymbolTable's new lookup and iteration interfaces.
Reid Spencer
2004-05-25
1
-23
/
+23
*
Add CloneTraceInto(), which is based on (and has mostly the same
Brian Gaeke
2004-05-19
1
-0
/
+33
*
Move RemapInstruction() to ValueMapper, so that it can be shared with
Brian Gaeke
2004-05-19
3
-22
/
+26
*
Do not pass in the same argument to the extracted function more than once, and
Chris Lattner
2004-05-12
1
-1
/
+8
*
Implement support for code extracting basic blocks that have a return
Chris Lattner
2004-05-12
1
-2
/
+12
*
Implement splitting of PHI nodes, allowing block extraction of BB's that have
Chris Lattner
2004-05-12
1
-7
/
+96
*
* Pull some code out into the definedInRegion/definedInCaller methods
Chris Lattner
2004-05-12
1
-78
/
+78
*
Generate substantially better code when there are a limited number of exits
Chris Lattner
2004-05-12
1
-22
/
+61
*
Two minor improvements:
Chris Lattner
2004-05-12
1
-18
/
+14
*
Do not clone arbitrary condition instructions.
Chris Lattner
2004-05-02
1
-1
/
+1
*
Do not infinitely "unroll" single BB loops.
Chris Lattner
2004-05-02
1
-5
/
+4
*
Dont' merge terminators that are needed to select PHI node values.
Chris Lattner
2004-05-02
1
-1
/
+1
*
Implement SimplifyCFG/branch-cond-merge.ll
Chris Lattner
2004-05-01
1
-10
/
+64
*
Fix my missing parens
Chris Lattner
2004-05-01
1
-1
/
+1
*
Implement SimplifyCFG/branch-cond-prop.ll
Chris Lattner
2004-05-01
1
-2
/
+30
*
* Allow aggregating extracted function arguments (controlled by flag)
Misha Brukman
2004-04-23
1
-45
/
+197
*
Include cerrno (gcc-3.4 fix)
Alkis Evlogimenos
2004-04-21
1
-0
/
+1
*
Correct rewriting of exit blocks after my last patch
Chris Lattner
2004-04-18
1
-3
/
+8
*
Change the ExitBlocks list from being explicitly contained in the Loop
Chris Lattner
2004-04-18
1
-79
/
+4
*
Add support for evaluation of exp/log/log10/pow
Chris Lattner
2004-04-16
1
-1
/
+25
*
Include <cmath> for compatibility with gcc 3.0.x (the system compiler on
Brian Gaeke
2004-04-16
1
-0
/
+1
*
Fix Inline/2004-04-15-InlineDeletesCall.ll
Chris Lattner
2004-04-16
1
-12
/
+20
*
Add a simple call constant propagation interface.
Chris Lattner
2004-04-13
1
-0
/
+51
*
Fix LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFrontier.ll
Chris Lattner
2004-04-13
1
-26
/
+42
*
Refactor code a bit to make it simpler and eliminate the goto
Chris Lattner
2004-04-13
1
-27
/
+31
*
This patch addresses PR35: Loop simplify should reconstruct nested loops.
Chris Lattner
2004-04-13
1
-6
/
+196
*
Fold code like:
Chris Lattner
2004-04-09
1
-18
/
+72
*
Implement ScalarRepl/select_promote.ll
Chris Lattner
2004-04-08
1
-0
/
+53
*
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-05
1
-5
/
+5
[prev]
[next]