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
Commit message (
Expand
)
Author
Age
Files
Lines
*
continued readcyclecounter support
Andrew Lenharth
2005-11-11
12
-4
/
+88
*
Add support for a cycle counter intrinsic. As basically all processors have
Andrew Lenharth
2005-11-11
2
-4
/
+8
*
Fix some typos.
Jeff Cohen
2005-11-11
1
-2
/
+2
*
Add new file to Visual Studio.
Jeff Cohen
2005-11-11
1
-0
/
+3
*
Fix the optimized code handling of user asm strings
Chris Lattner
2005-11-10
1
-8
/
+15
*
Make BB and CPI labels use the function number, not the function name as a
Chris Lattner
2005-11-10
1
-19
/
+18
*
speedup the common case where nothing needs to be quoted
Chris Lattner
2005-11-10
1
-7
/
+20
*
Allow per-character control over what target assemblers allow in symbol
Chris Lattner
2005-11-10
1
-7
/
+25
*
do not allow '.' in symbol names
Chris Lattner
2005-11-10
2
-0
/
+2
*
Allow per-character control over what target assemblers allow in symbol
Chris Lattner
2005-11-10
1
-0
/
+17
*
the pain isn't gone unless the phinodes are spilled too
Andrew Lenharth
2005-11-10
1
-1
/
+2
*
Darwin supports quoted labels. This implements:
Chris Lattner
2005-11-10
1
-0
/
+3
*
Check that this compiles to a label with a space in it.
Chris Lattner
2005-11-10
1
-0
/
+8
*
Add a new option for targets that accept quoted labels.
Chris Lattner
2005-11-10
2
-24
/
+61
*
Remove M, which is dead. Eliminate a dead typedef. Add comments.
Chris Lattner
2005-11-10
1
-6
/
+12
*
remove the M instance var
Chris Lattner
2005-11-10
1
-2
/
+2
*
This method is no longer static
Chris Lattner
2005-11-10
1
-2
/
+1
*
Call this method with the object we have
Chris Lattner
2005-11-10
2
-4
/
+4
*
nuke blank line
Chris Lattner
2005-11-10
1
-1
/
+0
*
Make this more efficient of the common case where we are only mangling globals.
Chris Lattner
2005-11-10
1
-29
/
+28
*
minor interface changes.
Chris Lattner
2005-11-10
1
-3
/
+4
*
Get rid of casts by #including the right header
Chris Lattner
2005-11-10
1
-6
/
+6
*
Make the aix asm printer interface properly with the parent class
Chris Lattner
2005-11-10
1
-3
/
+3
*
Compile C strings to:
Chris Lattner
2005-11-10
1
-0
/
+1
*
add support for .asciz, and enable it by default. If your target assemblerdo...
Chris Lattner
2005-11-10
1
-5
/
+13
*
add support for .asciz, and enable it by default. If your target assembler
Chris Lattner
2005-11-10
1
-1
/
+7
*
this works with backedges to the existing entry block alot better
Andrew Lenharth
2005-11-10
1
-2
/
+3
*
fix a bunch of regressions
Andrew Lenharth
2005-11-10
1
-2
/
+2
*
needs to go here to apparently.
Andrew Lenharth
2005-11-10
1
-0
/
+1
*
The pass everyone has been waiting for!
Andrew Lenharth
2005-11-10
2
-0
/
+85
*
Packed elements must be a power of two in size
Chris Lattner
2005-11-10
1
-1
/
+2
*
Force vectors to be a power of two in size
Chris Lattner
2005-11-10
2
-170
/
+170
*
Force packed vectors to be a power of two in length.
Chris Lattner
2005-11-10
1
-0
/
+2
*
Switch the allnodes list from a vector of pointers to an ilist of nodes.This ...
Chris Lattner
2005-11-09
4
-46
/
+37
*
Switch the allnodes list from a vector of pointers to an ilist of nodes.
Chris Lattner
2005-11-09
2
-14
/
+52
*
Refactor intrinsic lowering stuff out of visitCall
Chris Lattner
2005-11-09
1
-98
/
+107
*
whatever. Intermediate patch to see what breaks. Seems ok.
Andrew Lenharth
2005-11-09
8
-136
/
+277
*
Handle the trivial (but common) two-op case more efficiently
Chris Lattner
2005-11-09
1
-11
/
+18
*
Nuke noop copies.
Chris Lattner
2005-11-09
1
-4
/
+11
*
Fix CodeGen/X86/shift-folding.ll:test3 on X86
Chris Lattner
2005-11-09
1
-1
/
+1
*
Disable some overly-aggressive checking code. This speeds up the local
Chris Lattner
2005-11-09
1
-1
/
+2
*
Avoid creating a token factor node in trivially redundant cases. This
Chris Lattner
2005-11-09
1
-1
/
+12
*
Handle GEP's a bit more intelligently. Fold constant indices early and
Chris Lattner
2005-11-09
1
-16
/
+40
*
Allocate the right amount of memory for this vector up front.
Chris Lattner
2005-11-08
1
-0
/
+1
*
Change the ValueList array for each node to be shared instead of individually...
Chris Lattner
2005-11-08
1
-5
/
+48
*
Change the ValueList array for each node to be shared instead of individually
Chris Lattner
2005-11-08
2
-22
/
+19
*
Switch the operandlist/valuelist from being vectors to being just an array.Th...
Chris Lattner
2005-11-08
1
-23
/
+33
*
Switch the operandlist/valuelist from being vectors to being just an array.
Chris Lattner
2005-11-08
1
-71
/
+121
*
Explicitly initialize some instance vars
Chris Lattner
2005-11-08
1
-4
/
+5
*
Rip out 1.6ness, bump version # to 1.7cvs
Chris Lattner
2005-11-08
1
-177
/
+5
[next]