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
*
Simplify the code a bit by making the collection of basic blocks to extract
Chris Lattner
2004-03-14
1
-57
/
+39
*
Another API change to MRegisterInfo::foldMemoryOperand. Instead of a
Alkis Evlogimenos
2004-03-14
2
-5
/
+4
*
Split into two passes. Now there is the general loop extractor, usable on
Chris Lattner
2004-03-14
1
-6
/
+24
*
Change MRegisterInfo::foldMemoryOperand to return the folded
Alkis Evlogimenos
2004-03-14
4
-182
/
+178
*
Passes don't print stuff!
Chris Lattner
2004-03-14
1
-2
/
+0
*
Do not create empty basic blocks when the lowerswitch pass expects blocks to
Chris Lattner
2004-03-14
1
-5
/
+2
*
Minor random cleanups
Chris Lattner
2004-03-14
1
-9
/
+7
*
FunctionPass's should not define their own 'run' method.
Chris Lattner
2004-03-14
1
-8
/
+2
*
If a block is dead, dominators will not be calculated for it. Because of this
Chris Lattner
2004-03-14
1
-2
/
+33
*
Catch some more cases of broken code. The loop extractor seems to be creating
Chris Lattner
2004-03-14
1
-3
/
+8
*
Verify functions as they are produced if -debug is specified. Reduce
Chris Lattner
2004-03-14
1
-6
/
+5
*
verifyFunction has been broken for a long time now. Fix it.
Chris Lattner
2004-03-14
1
-12
/
+8
*
Move prototype to IPO.h instead of Scalar.h
Chris Lattner
2004-03-14
1
-3
/
+2
*
Indent anon namespace properly, add copyright block
Chris Lattner
2004-03-14
1
-19
/
+20
*
Move to the IPO library. Utils shouldn't contain passes.
Chris Lattner
2004-03-14
1
-0
/
+0
*
DemoteRegToStack got moved from DemoteRegToStack.h to Local.h
Chris Lattner
2004-03-14
4
-10
/
+10
*
Add some debugging output
Chris Lattner
2004-03-13
1
-1
/
+8
*
This change makes two big adjustments.
Chris Lattner
2004-03-13
1
-11
/
+49
*
This little patch speeds up the loop used to update the dominator set analysis.
Chris Lattner
2004-03-13
1
-17
/
+18
*
Fix a tiny bug that caused an incorrect assertion failure poolallocating
Chris Lattner
2004-03-13
1
-4
/
+6
*
It helps if I save the file. :)
Chris Lattner
2004-03-13
2
-6
/
+6
*
Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to
Chris Lattner
2004-03-13
10
-41
/
+36
*
Implement sub.ll:test14
Chris Lattner
2004-03-13
1
-8
/
+29
*
Implement InstCombine/sub.ll:test12 & test13
Chris Lattner
2004-03-12
1
-0
/
+36
*
Fix a couple of minor problems. Because PHI nodes can use themselves, this
Chris Lattner
2004-03-12
1
-4
/
+1
*
Implement mod/ref analysis for a trivial case where locals don't escape.
Chris Lattner
2004-03-12
1
-0
/
+52
*
Make -print-machineinstrs show us the code both before and after reg. alloc.
Brian Gaeke
2004-03-12
1
-1
/
+4
*
Add support for a wider range of CMOV instructions.
Alkis Evlogimenos
2004-03-12
1
-2
/
+54
*
Simplify code to process CallSites (thanks to Chris).
Misha Brukman
2004-03-12
1
-4
/
+2
*
Keep transitively-required passes alive for queries to work after the initial
Misha Brukman
2004-03-12
1
-1
/
+10
*
Evaluate ModRef information in addition to regular ol' pointer analysis.
Misha Brukman
2004-03-12
1
-24
/
+93
*
Implement getModRefInfo() for DSA to calculate whether a function modifies or
Misha Brukman
2004-03-12
1
-5
/
+39
*
Add support for checking the select instruction
Chris Lattner
2004-03-12
1
-0
/
+11
*
Know the opcode name of the select instruction
Chris Lattner
2004-03-12
1
-0
/
+1
*
Add support for select constant expressions. Use reserve a bit more to avoid
Chris Lattner
2004-03-12
1
-0
/
+35
*
Add new function
Chris Lattner
2004-03-12
2
-0
/
+6
*
Teach the constant folder how to do select instructions
Chris Lattner
2004-03-12
1
-0
/
+11
*
Print select instructions correctly
Chris Lattner
2004-03-12
1
-2
/
+3
*
Add constant folding wrapper support for select instructions.
Chris Lattner
2004-03-12
1
-0
/
+4
*
Add sccp support for select instructions
Chris Lattner
2004-03-12
1
-0
/
+23
*
Add trivial optimizations for select instructions
Chris Lattner
2004-03-12
1
-0
/
+15
*
ADd support for select instructions
Chris Lattner
2004-03-12
2
-0
/
+24
*
Write select instructions to bytecode
Chris Lattner
2004-03-12
1
-1
/
+2
*
Read select instrs from bytecode
Chris Lattner
2004-03-12
1
-0
/
+5
*
Allow parsing select instruction and constant expr
Chris Lattner
2004-03-12
2
-1
/
+16
*
Make code more readable.
Misha Brukman
2004-03-12
2
-70
/
+62
*
Fix indentation.
Misha Brukman
2004-03-11
1
-2
/
+2
*
Move implementations of functions here, which avoids #including <cstdlib> in the
Misha Brukman
2004-03-11
1
-0
/
+86
*
Get rid of the abort in PhyRegAlloc::finishSavingState().
Brian Gaeke
2004-03-11
1
-5
/
+6
*
Give pass a name
Brian Gaeke
2004-03-11
1
-0
/
+1
[next]