index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
If an object is not in the scalar map then it must be a global from another
Chris Lattner
2004-04-26
1
-33
/
+33
*
Instcombine X/-1 --> 0-X
Chris Lattner
2004-04-26
1
-1
/
+5
*
Fix file header comments and include guards -- many files have been moved or
Brian Gaeke
2004-04-25
30
-54
/
+67
*
Add a getRegisterInfo() accessor just like on the X86 target.
Brian Gaeke
2004-04-25
1
-0
/
+3
*
Regularize file header comment and include guard.
Brian Gaeke
2004-04-25
1
-3
/
+12
*
Add MRegisterInfo subclass for the SparcV9 target (containing only stub
Brian Gaeke
2004-04-25
2
-0
/
+420
*
* Allow aggregating extracted function arguments (controlled by flag)
Misha Brukman
2004-04-23
1
-45
/
+197
*
Fix a typo.
Brian Gaeke
2004-04-23
1
-2
/
+1
*
Move the scev expansion code into this pass, where it belongs. There is
Chris Lattner
2004-04-23
1
-12
/
+252
*
Eliminate all of the SCEV Expansion code which is really part of the
Chris Lattner
2004-04-23
1
-213
/
+9
*
Merge TargetRegInfo.h into SparcV9RegInfo.h, which is its only subclass.
Brian Gaeke
2004-04-23
1
-5
/
+280
*
Include SparcV9RegInfo.h instead of TargetRegInfo.h.
Brian Gaeke
2004-04-23
10
-10
/
+10
*
Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit of
Brian Gaeke
2004-04-23
2
-2
/
+2
*
Get rid of the old byte-at-a-time emission code used when the Sparc JIT was
Brian Gaeke
2004-04-23
1
-9
/
+0
*
Go back to the interpreter main loop after performing intrinsic lowering,
Brian Gaeke
2004-04-23
1
-0
/
+1
*
Use emitWordAt() to emit forward-branch fixups.
Brian Gaeke
2004-04-23
1
-1
/
+1
*
Emit SPARC machine code a word at a time instead of a byte at a time.
Brian Gaeke
2004-04-23
1
-1
/
+5
*
Implement emitWordAt() for the JIT emitter.
Brian Gaeke
2004-04-23
1
-0
/
+5
*
Implement emitWordAt() for the debug emitter and the file printer emitter. (I
Brian Gaeke
2004-04-23
1
-0
/
+7
*
Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete
Misha Brukman
2004-04-22
1
-11
/
+11
*
Add a flag to choose between isolating a function or deleting the function from
Misha Brukman
2004-04-22
1
-6
/
+29
*
Disable a previous patch that was causing indvars to loop infinitely :(
Chris Lattner
2004-04-22
1
-0
/
+2
*
Fix an extremely serious thinko I made in revision 1.60 of this file.
Chris Lattner
2004-04-22
1
-16
/
+25
*
Implement a todo, rewriting all possible scev expressions inside of the
Chris Lattner
2004-04-21
1
-8
/
+18
*
This code really wants to iterate over the OPERANDS of an instruction, not
Chris Lattner
2004-04-21
1
-3
/
+2
*
Implement a fixme. The helps loops that have induction variables of different
Chris Lattner
2004-04-21
1
-17
/
+20
*
Fix an incredibly nasty iterator invalidation problem. I am too spoiled by i...
Chris Lattner
2004-04-21
1
-18
/
+38
*
I'm allergic to the word `stuff'.
Misha Brukman
2004-04-21
1
-1
/
+1
*
Make SparcV9RegInfo::getRegType() return the right answer for registers
Brian Gaeke
2004-04-21
1
-5
/
+6
*
Include cerrno (gcc-3.4 fix)
Alkis Evlogimenos
2004-04-21
1
-0
/
+1
*
Fix typeo
Chris Lattner
2004-04-21
1
-1
/
+1
*
REALLY fix PR324: don't delete linkonce functions until after the SCC traversal
Chris Lattner
2004-04-20
2
-7
/
+33
*
Pass the callgraph not the module
Chris Lattner
2004-04-20
1
-2
/
+2
*
Add the ability for SCC passes to initialize and finalize themselves
Chris Lattner
2004-04-20
1
-6
/
+3
*
Fix PR325
Chris Lattner
2004-04-20
1
-1
/
+1
*
Fix PR324 and testcase: Inline/2004-04-20-InlineLinkOnce.llx
Chris Lattner
2004-04-20
1
-3
/
+7
*
Make it legal to ask for the type of a specialreg
Brian Gaeke
2004-04-20
1
-0
/
+2
*
Add support for the select instruction
Chris Lattner
2004-04-20
2
-2
/
+24
*
Make it legal to request a load or store of %fsr.
Brian Gaeke
2004-04-19
1
-0
/
+2
*
Regularize include guards and remove some excess whitespace.
Brian Gaeke
2004-04-19
1
-4
/
+2
*
Tighten up SparcV9FloatCCRegClass::getRegName()'s assertion - if you ask it for
Brian Gaeke
2004-04-19
1
-2
/
+1
*
Regularize include guards, remove some excess whitespace and fix some comments.
Brian Gaeke
2004-04-19
1
-14
/
+11
*
Initial checkin of a simple loop unswitching pass. It still needs work,
Chris Lattner
2004-04-19
1
-0
/
+357
*
It's not just a printer, it's actually an analysis too
Chris Lattner
2004-04-19
1
-1
/
+1
*
Remove code to update loop depths
Chris Lattner
2004-04-19
1
-10
/
+1
*
Add #include
Chris Lattner
2004-04-19
1
-0
/
+1
*
Move isLoopInvariant to the Loop class
Chris Lattner
2004-04-18
1
-10
/
+2
*
Add new method
Chris Lattner
2004-04-18
1
-0
/
+8
*
Correct rewriting of exit blocks after my last patch
Chris Lattner
2004-04-18
1
-3
/
+8
*
Fix computation of exit blocks
Chris Lattner
2004-04-18
1
-2
/
+2
[next]