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
*
Delete the BasicBlock ctor that only takes a BasicBlock to insert before. This
Chris Lattner
2004-02-04
1
-4
/
+5
*
Remove unneeded code now that splitBasicBlock does the "right thing"
Chris Lattner
2004-02-04
1
-5
/
+0
*
When splitting a basic block, insert the new half immediately after the first
Chris Lattner
2004-02-04
1
-1
/
+1
*
More refactoring. Move alloca instructions and handle invoke instructions
Chris Lattner
2004-02-04
1
-129
/
+132
*
Move the cloning of the function body much earlier in the inlinefunction
Chris Lattner
2004-02-04
1
-52
/
+54
*
Give CloneBasicBlock an optional function argument to specify which function
Chris Lattner
2004-02-04
2
-13
/
+10
*
If changing a parent, don't add then remove the object from the leak detector
Chris Lattner
2004-02-04
1
-5
/
+5
*
In BasicBlock::splitBasicBlock, just use islist::splice to move the instructi...
Chris Lattner
2004-02-03
1
-8
/
+3
*
Revised version of a patch for PR222 that works with my version of gmake.
Chris Lattner
2004-02-03
1
-2
/
+6
*
Bug fixed
Chris Lattner
2004-02-03
1
-0
/
+1
*
Apply Michael Kahl's patch to fix the 'make tools-only' target when OBJDIR !=...
Chris Lattner
2004-02-03
1
-2
/
+2
*
Bunch up all locally used allocas by the block they are allocated in, and
Chris Lattner
2004-02-03
1
-13
/
+74
*
Handle extremely trivial cases extremely efficiently. This speeds up
Chris Lattner
2004-02-03
1
-17
/
+30
*
Generate ftst instructions for comparison against zero
Chris Lattner
2004-02-03
2
-0
/
+18
*
bug fixed
Chris Lattner
2004-02-03
1
-0
/
+1
*
Add the ftst instruction
Chris Lattner
2004-02-03
1
-1
/
+3
*
Add support for one argument OneArgFP instructions
Chris Lattner
2004-02-03
2
-6
/
+8
*
When an instruction like: A += B had both A and B virtual registers
Alkis Evlogimenos
2004-02-03
3
-10
/
+30
*
Revert changes. Will implement this using a different set of primitives
Alkis Evlogimenos
2004-02-02
2
-12
/
+3
*
Fix debugging output.
Alkis Evlogimenos
2004-02-02
1
-1
/
+1
*
Correctly update def/use information for modified machine operands.
Alkis Evlogimenos
2004-02-02
1
-3
/
+9
*
Add MachineOperand::setDef() and MachineOperand::setUse() so that the
Alkis Evlogimenos
2004-02-02
1
-0
/
+3
*
Should be more careful. The previously applied change made all counts
Alkis Evlogimenos
2004-02-02
1
-10
/
+6
*
Floating point negates are -0.0 - X, not 0.0 - X
Chris Lattner
2004-02-02
1
-5
/
+13
*
Disable (x - (y - z)) => (x + (z - y)) optimization for floating point.
Chris Lattner
2004-02-02
1
-1
/
+2
*
Update comment
Chris Lattner
2004-02-02
1
-1
/
+1
*
No need to declare implicit uses/defs of ST0
Chris Lattner
2004-02-02
1
-1
/
+1
*
Bug fixed
Chris Lattner
2004-02-02
1
-1
/
+2
*
Make deadarghaX0r warning louder.
Brian Gaeke
2004-02-02
1
-1
/
+1
*
Generate the fchs instruction to negate a floating point number
Chris Lattner
2004-02-02
3
-2
/
+22
*
Add support for OneArgFPRW instructions, fix a couple of typeos
Chris Lattner
2004-02-02
2
-24
/
+86
*
Include PowerPC.h. Flesh out the stub versions of addPassesToEmitAssembly()
Brian Gaeke
2004-02-02
1
-3
/
+13
*
Add a -march=powerpc option. Automatically select it if this looks like a
Brian Gaeke
2004-02-02
1
-1
/
+10
*
Link in the PowerPC back-end.
Brian Gaeke
2004-02-02
1
-0
/
+1
*
Add comments describing how you would add prototypes for factory methods for
Brian Gaeke
2004-02-02
1
-0
/
+15
*
Add prototype for llvm::allocatePowerPCTargetMachine().
Brian Gaeke
2004-02-02
1
-0
/
+8
*
Codegen -0.0 correctly. Do not use fldz! This is another -0.0 == +0.0 probl...
Chris Lattner
2004-02-02
2
-8
/
+8
*
Correct the method I just added to actually return false sometimes
Chris Lattner
2004-02-02
1
-1
/
+1
*
Add a new method to ConstantFP
Chris Lattner
2004-02-02
1
-0
/
+18
*
Bug fixed
Chris Lattner
2004-02-02
1
-0
/
+1
*
Create an object for tracking physical register usage. This will look
Alkis Evlogimenos
2004-02-02
1
-106
/
+116
*
Bug fixed
Chris Lattner
2004-02-01
1
-0
/
+1
*
Second half of a fix for PR218 & test/Regression/Assembler/2004-02-01-Negativ...
Chris Lattner
2004-02-01
1
-4
/
+43
*
The first half of a fix for PR218 & test/Regression/Assembler/2004-02-01-Nega...
Chris Lattner
2004-02-01
1
-3
/
+12
*
Add another test
Chris Lattner
2004-02-01
1
-1
/
+2
*
Change weight array into a vector and make it as big as the number of
Alkis Evlogimenos
2004-02-01
1
-17
/
+25
*
Use std::map::count() instead of std::map::find() != std::map::end()
Alkis Evlogimenos
2004-02-01
1
-5
/
+3
*
New testcase for PR218
Chris Lattner
2004-02-01
1
-0
/
+5
*
Add MRegisterInfo::getNumRegs().
Alkis Evlogimenos
2004-02-01
1
-0
/
+6
*
Change string for joined intervals.
Alkis Evlogimenos
2004-02-01
1
-1
/
+1
[next]