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
*
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
*
Fix compilation on Sparc: assert(0) => abort()
Misha Brukman
2004-03-11
2
-10
/
+10
*
In PhyRegAlloc::saveState(), dump Arguments' saved-state, and try to
Brian Gaeke
2004-03-11
2
-10
/
+31
*
Remove ghostly directory from the build
Brian Gaeke
2004-03-11
1
-1
/
+1
*
Move all the SaveState options and stuff inton one spot at the top of the file.
Brian Gaeke
2004-03-10
1
-8
/
+10
*
Only call verifySavedState if SaveRegAllocState is set AND debugging flag is on.
Brian Gaeke
2004-03-10
1
-3
/
+4
*
Fix PR284: [indvars] Induction variable analysis violates LLVM invariants
Chris Lattner
2004-03-10
1
-1
/
+5
*
My fix for PR274 broke the build on Darwin/PPC. As I'm fairly certain this
Brian Gaeke
2004-03-10
1
-2
/
+4
*
implement new method
Chris Lattner
2004-03-09
1
-0
/
+24
*
Spill explicit physical register defs as well.
Alkis Evlogimenos
2004-03-09
1
-3
/
+11
*
Check if printing of implicit uses is required for all types of shift
Alkis Evlogimenos
2004-03-09
2
-0
/
+6
*
Address PR274 - '[JIT] Programs cannot resolve the fstat function'
Brian Gaeke
2004-03-09
1
-0
/
+18
*
Hmm, who left this sitting around in my tree
Brian Gaeke
2004-03-09
4
-16
/
+16
*
Differentiate between extended precision floats (80-bit) and double precision...
Alkis Evlogimenos
2004-03-09
1
-1
/
+1
*
Use newly added API to emit bytes for instructions that gas misassembles
Alkis Evlogimenos
2004-03-09
2
-132
/
+106
*
Add emitInstruction() API so that we can get the bytes of a simple instruction
Alkis Evlogimenos
2004-03-09
2
-3
/
+20
*
Constify things a bit
Alkis Evlogimenos
2004-03-09
1
-9
/
+9
[next]