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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
There is no "mcff" here; delete the confusing comments that refer to it.
Brian Gaeke
2004-05-30
1
-6
/
+0
*
Transform an occurrence of if(...) { assert (0) }.
Brian Gaeke
2004-05-30
1
-4
/
+2
*
Reduce the amount of LLVM Values for which we save reg. allocator
Brian Gaeke
2004-05-30
1
-9
/
+14
*
Rename verifySavedState to dumpSavedState. Give it a new comment.
Brian Gaeke
2004-05-30
2
-9
/
+11
*
Insert machine instructions generated for Phi nodes into their
Brian Gaeke
2004-05-30
1
-0
/
+3
*
Remove unused #include.
Brian Gaeke
2004-05-29
1
-1
/
+0
*
Add comments.
Brian Gaeke
2004-05-29
1
-6
/
+6
*
Trim whitespace.
Brian Gaeke
2004-05-29
1
-11
/
+0
*
Give InsertCodeForPhis() a new documentation comment.
Brian Gaeke
2004-05-29
1
-9
/
+7
*
updates to ModuloSched
Tanya Lattner
2004-05-28
2
-10
/
+91
*
Give PhiCp nodes better names in many cases.
Brian Gaeke
2004-05-28
1
-19
/
+7
*
Make debugging output with -print-machineinstrs more useful: always print out
Brian Gaeke
2004-05-28
1
-0
/
+5
*
Fix the big regression that has been killing the nightly tester these last
Chris Lattner
2004-05-28
2
-2
/
+6
*
Minor changes. Switch to a SymbolTable remove that does not take linear time
Chris Lattner
2004-05-28
2
-4
/
+4
*
Make comment lines stick out less.
Brian Gaeke
2004-05-27
1
-2
/
+2
*
Fix PR344: the incorrect remove was being used.
Chris Lattner
2004-05-26
2
-2
/
+2
*
Adding scheduling class.
Tanya Lattner
2004-05-26
2
-0
/
+246
*
Updating my cvs versions. THis is still in progress and much will be changed.
Tanya Lattner
2004-05-26
4
-157
/
+299
*
Add a (not very meaningful) default constructor for AllocInfo objects.
Brian Gaeke
2004-05-25
1
-4
/
+8
*
Convert to SymbolTable's new iteration interface.
Reid Spencer
2004-05-25
2
-38
/
+40
*
Remove use of Type::TypeTy from an assert. It will go away soon.
Reid Spencer
2004-05-25
1
-1
/
+0
*
Add support for accurate garbage collection to the LLVM code generators
Chris Lattner
2004-05-23
4
-0
/
+13
*
Add some notes to myself, no functional changes
Chris Lattner
2004-05-23
2
-14
/
+38
*
minor wording change
Chris Lattner
2004-05-23
1
-1
/
+1
*
Fix a typo in a comment.
Brian Gaeke
2004-05-23
1
-1
/
+1
*
Fix to make the CBE always emit comparisons inline. Hopefully this will
Chris Lattner
2004-05-20
2
-0
/
+8
*
Fix a bug in outputting branches to constant PCs. Since the PC is supplied as
Brian Gaeke
2004-05-20
1
-2
/
+3
*
Minor simplification: eliminate a dyn_cast.
Brian Gaeke
2004-05-19
1
-9
/
+4
*
Don't keep track of references to LLVM BasicBlocks while emitting; use
Brian Gaeke
2004-05-14
1
-11
/
+9
*
Support MachineBasicBlock operands on RawFrm instructions.
Brian Gaeke
2004-05-14
2
-54
/
+24
*
Generate branch machine instructions with MachineBasicBlock operands instead of
Brian Gaeke
2004-05-14
2
-14
/
+18
*
Two more improvements for null pointer handling: storing a null pointer
Chris Lattner
2004-05-13
2
-6
/
+24
*
Second half of my fixed-sized-alloca patch. This folds the LEA to compute
Chris Lattner
2004-05-13
2
-186
/
+358
*
Substantially improve code generation for address exposed locals (aka fixed
Chris Lattner
2004-05-13
2
-128
/
+202
*
Pass boolean constants into function calls more efficiently, generating:
Chris Lattner
2004-05-12
2
-2
/
+14
*
Fix a fairly serious pessimizaion that was preventing us from efficiently
Chris Lattner
2004-05-10
2
-4
/
+6
*
Fix some comments, avoid sign extending booleans when zero extend works fine
Chris Lattner
2004-05-09
2
-10
/
+10
*
Generate more efficient code for casting booleans to integers (no sign extens...
Chris Lattner
2004-05-09
2
-2
/
+2
*
syntactically loopify natural loops so that the GCC loop optimizer can find t...
Chris Lattner
2004-05-09
2
-104
/
+170
*
Do not emit prototypes for setjmp/longjmp, as they are handled specially
Chris Lattner
2004-05-09
2
-2
/
+4
*
Make the floating point constant pools local to each function, split the
Chris Lattner
2004-05-09
2
-198
/
+224
*
Get this looking more like a function pass.
Chris Lattner
2004-05-09
2
-64
/
+66
*
Print all PHI copies for successor blocks before the terminator, whether it b...
Chris Lattner
2004-05-09
2
-20
/
+46
*
Changed CPUResource to allow access to maxnum users.
Tanya Lattner
2004-05-08
1
-6
/
+16
*
Updating my versions of ModuloScheduling in cvs. Still not complete.
Tanya Lattner
2004-05-08
4
-303
/
+860
*
Add support for widening integral casts.
Brian Gaeke
2004-05-08
4
-136
/
+304
*
Add a bunch more branches
Brian Gaeke
2004-05-08
2
-8
/
+24
*
Flesh out GEP support
Brian Gaeke
2004-05-08
4
-12
/
+212
*
Add ADD with immediate
Brian Gaeke
2004-05-08
2
-0
/
+2
*
Add forms of CMP, SUBCC, and a few branches, and some comments.
Brian Gaeke
2004-05-08
2
-0
/
+26
[next]