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
*
Prototype these functions more accurately
Chris Lattner
2004-09-20
2
-2
/
+2
*
Remove a whole bunch of horrible hacky code that was used to promote allocas
Chris Lattner
2004-09-19
1
-145
/
+7
*
Make sure to remove the Select instruction as well
Chris Lattner
2004-09-18
1
-0
/
+1
*
Convert code to compile with vc7.1.
Reid Spencer
2004-09-15
6
-35
/
+45
*
If given an AliasSetTracker object to update, update it.
Chris Lattner
2004-09-15
1
-20
/
+81
*
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
2004-09-03
3
-1
/
+3
*
Changes For Bug 352
Reid Spencer
2004-09-01
11
-18
/
+18
*
If we are extracting a block that has multiple successors that are the same
Chris Lattner
2004-08-13
1
-2
/
+11
*
When we code extract some stuff, leave the codeRepl block in the place where
Chris Lattner
2004-08-13
1
-1
/
+1
*
Add value mapper support for select constant exprs. This should fix a bug
Chris Lattner
2004-08-13
1
-0
/
+5
*
Fix code extraction of unwind blocks. This fixed bugs that bugpoint can
Chris Lattner
2004-08-12
1
-9
/
+12
*
Stop using getValues().
Alkis Evlogimenos
2004-08-04
1
-14
/
+12
*
Expose this as a functionpass
Chris Lattner
2004-07-31
1
-1
/
+3
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-1
/
+0
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
8
-12
/
+8
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-3
/
+1
*
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-29
1
-2
/
+1
*
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-21
2
-2
/
+0
*
Fix a serious code pessimization problem. If an inlined function has a single
Chris Lattner
2004-07-20
1
-5
/
+6
*
Implement SimplifyCFG/BrUnwind.ll
Chris Lattner
2004-07-20
1
-2
/
+9
*
Remove an if statement that would never be reached.
Reid Spencer
2004-07-18
1
-3
/
+1
*
bug 122:
Reid Spencer
2004-07-18
2
-6
/
+6
*
bug 122:
Reid Spencer
2004-07-18
1
-2
/
+1
*
Fix PR404 try #2
Chris Lattner
2004-07-15
1
-8
/
+8
*
Revert previous patch until I get a bug fixed
Chris Lattner
2004-07-15
1
-12
/
+12
*
Fix PR404: Loop simplify is really slow on 252.eon
Chris Lattner
2004-07-15
1
-12
/
+12
*
Progress on PR341
Chris Lattner
2004-07-15
3
-9
/
+9
*
Now that we codegen the portable "sizeof" efficiently, we can use it for
Chris Lattner
2004-07-15
1
-18
/
+22
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
3
-0
/
+5
*
Moved to lib/VMCore
Misha Brukman
2004-06-23
1
-927
/
+0
*
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
[next]