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
*
adjust to constant folding api changes.
Chris Lattner
2007-01-30
2
-7
/
+8
*
use smallvector instead of vector to make constant folding a bit more efficient
Chris Lattner
2007-01-30
1
-2
/
+3
*
adjust to api change
Chris Lattner
2007-01-30
1
-1
/
+2
*
Change constant folding APIs to take an optional TargetData, and change
Chris Lattner
2007-01-30
2
-41
/
+18
*
During PEI, if the immediate value of sp + offset is too large (i.e. something
Evan Cheng
2007-01-30
1
-21
/
+102
*
remove some bits that are not yet meant to land.
Chris Lattner
2007-01-30
1
-57
/
+0
*
Symbolically evaluate constant expressions like &A[123] - &A[4].f.
Chris Lattner
2007-01-30
1
-2
/
+143
*
- Fix codegen for pc relative constant (e.g. JT) in thumb mode:
Evan Cheng
2007-01-30
7
-47
/
+96
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
58
-1322
/
+1148
*
Bye, Bye Compaction Tables. The benefit compaction tables provides doesn't
Reid Spencer
2007-01-30
6
-722
/
+35
*
Copy and paste bug.
Evan Cheng
2007-01-30
1
-1
/
+11
*
Darwin -static should codegen static ctors / dtors to .constructor / .destruc...
Evan Cheng
2007-01-30
6
-9
/
+47
*
Misseed thumb jumptable branch.
Evan Cheng
2007-01-30
1
-0
/
+1
*
In thumb mode, round up stack frame size to multiple of 4 since add/sub
Evan Cheng
2007-01-30
1
-115
/
+124
*
Thumb eliminateFrameIndex fixes.
Evan Cheng
2007-01-30
1
-8
/
+27
*
Change the operand orders to t_addrmode_s* to make it easier to morph
Evan Cheng
2007-01-30
3
-32
/
+26
*
- In thumb mode, if size of MachineFunction is >= 2048, force LR to be
Evan Cheng
2007-01-30
3
-41
/
+123
*
Use BL to implement Thumb far jumps.
Evan Cheng
2007-01-30
1
-0
/
+3
*
Factor GetInstSize() out of constpool island pass.
Evan Cheng
2007-01-29
3
-70
/
+84
*
add initial support for handling inline asms with multiple constraints.
Chris Lattner
2007-01-29
1
-4
/
+42
*
Out of line function.
Jim Laskey
2007-01-29
2
-0
/
+8
*
Use StartPassTimer() and StopPassManager()
Devang Patel
2007-01-29
1
-3
/
+2
*
Only gather frame info if debug or eh.
Jim Laskey
2007-01-29
3
-5
/
+4
*
- Undo previous check-in (i.e. Do not export TimingInfo class through
Devang Patel
2007-01-29
1
-5
/
+65
*
Finish off bug 680, allowing targets to custom lower frame and return
Nate Begeman
2007-01-29
11
-58
/
+62
*
We'd still like to register allocate r2 on darwin before the callee-save
Nate Begeman
2007-01-29
1
-6
/
+6
*
rename flag
Jim Laskey
2007-01-29
1
-1
/
+1
*
Comment.
Evan Cheng
2007-01-29
1
-1
/
+1
*
Remember if LR register has been spilled in this function.
Evan Cheng
2007-01-29
2
-5
/
+17
*
Save all registers by default, as they can be used to pass parameters
Anton Korobeynikov
2007-01-29
1
-13
/
+11
*
Update some of the llvm in the readme
Nate Begeman
2007-01-29
1
-25
/
+23
*
Properly support cstrings
Nate Begeman
2007-01-29
1
-3
/
+8
*
Flag to control exception handling.
Jim Laskey
2007-01-29
2
-2
/
+9
*
Measure timings.
Devang Patel
2007-01-29
1
-2
/
+3
*
Move TimingInfo into PassManagers.h so that other libs can use it.
Devang Patel
2007-01-29
1
-53
/
+5
*
Disable zero landing pads for now.
Jim Laskey
2007-01-29
1
-1
/
+2
*
Landing pad-less eh for PPC.
Jim Laskey
2007-01-29
5
-122
/
+208
*
Remove tabs.
Reid Spencer
2007-01-29
1
-2
/
+2
*
Implement use of new IntrinsicLowering interface.
Reid Spencer
2007-01-29
2
-5
/
+10
*
Use TargetData to obtain the correct size of the "size_t" argument for
Reid Spencer
2007-01-29
1
-9
/
+24
*
Simplify names of lattice values. SGTUNE becomes SGT, for example.
Nick Lewycky
2007-01-29
1
-71
/
+127
*
Read from the right place.
Chris Lattner
2007-01-29
1
-1
/
+1
*
Fix PR1139
Chris Lattner
2007-01-29
1
-17
/
+24
*
For PR1138:
Reid Spencer
2007-01-28
1
-4
/
+11
*
Arguments are counting from 1. not from 0. Maybe we should change
Anton Korobeynikov
2007-01-28
1
-1
/
+1
*
More cleanup
Anton Korobeynikov
2007-01-28
2
-4
/
+5
*
Fix compile error "jump to case label crosses initialization".
Nick Lewycky
2007-01-28
1
-5
/
+6
*
Regenerate
Anton Korobeynikov
2007-01-28
3
-3599
/
+3980
*
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-28
18
-817
/
+470
*
This file has been dead for a long time. Remove it.
Reid Spencer
2007-01-28
1
-191
/
+0
[next]