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
*
Start adding 2.3 content.
Chris Lattner
2008-06-05
1
-24
/
+56
*
Fix a memcpy lowering bug. Even though the memcpy alignment is smaller than t...
Evan Cheng
2008-06-04
2
-2
/
+22
*
Remove unneeded #include.
Owen Anderson
2008-06-04
1
-1
/
+0
*
Fix inst_iterator example.
Chris Lattner
2008-06-04
1
-3
/
+6
*
Oops. Should not be enabled by default.
Evan Cheng
2008-06-04
1
-1
/
+1
*
Rewrite a bunch of the CBE's inline asm code, giving it the
Chris Lattner
2008-06-04
2
-45
/
+95
*
Correctly construct live intervals for the copies we inserted into the predec...
Owen Anderson
2008-06-04
1
-1
/
+38
*
Revert this.
Evan Cheng
2008-06-04
1
-4
/
+0
*
Replace two manual loops with calls to CallSite::hasArguments (no functional ...
Matthijs Kooijman
2008-06-04
2
-10
/
+6
*
Add CallSite::hasArgument to allow for seeing if a call passes a certain valu...
Matthijs Kooijman
2008-06-04
2
-0
/
+11
*
Add a Name parameter to two of the init methods of GetElementPointer to make ...
Matthijs Kooijman
2008-06-04
2
-12
/
+12
*
Fix example to be valid LLVM assembly.
Matthijs Kooijman
2008-06-04
1
-3
/
+3
*
Implement the two constructors in InsertValueInst and ExtractValueInst.
Matthijs Kooijman
2008-06-04
2
-17
/
+62
*
Add a stack slot coloring pass. Not yet enabled.
Evan Cheng
2008-06-04
10
-47
/
+523
*
LowerSubregs should not clobber any analysis.
Evan Cheng
2008-06-04
1
-0
/
+4
*
Move #include to right place.
Evan Cheng
2008-06-04
2
-1
/
+1
*
Register if-converter pass for -debug-pass.
Evan Cheng
2008-06-04
1
-1
/
+4
*
More pass manager debugging outputs.
Evan Cheng
2008-06-04
1
-0
/
+5
*
Change packed struct layout so that field sizes
Duncan Sands
2008-06-04
5
-23
/
+29
*
Add #includes required by GCC 4.3, thanks for Zhongxing Xu
Chris Lattner
2008-06-04
2
-2
/
+2
*
Some Mips minor fixes
Bruno Cardoso Lopes
2008-06-04
8
-15
/
+48
*
We need to subtract one from this index because live ranges are open at the end.
Owen Anderson
2008-06-04
1
-1
/
+1
*
Fix spellnig error
Scott Michel
2008-06-03
1
-6
/
+5
*
Testcase for LoopIndexSplit and DomFrontier.
Owen Anderson
2008-06-03
1
-0
/
+32
*
LoopIndexSplit can sometimes result in cases where a block in its own domfron...
Owen Anderson
2008-06-03
1
-3
/
+6
*
Expand documentation of StringConstantPrefix.
Dale Johannesen
2008-06-03
1
-2
/
+4
*
Prevent a crash in debug dumps.
Dale Johannesen
2008-06-03
1
-1
/
+5
*
Add StringConstantPrefix to control what the
Dale Johannesen
2008-06-03
5
-0
/
+11
*
Find a better place to output hex constants corresponding to integers.
Scott Michel
2008-06-03
1
-0
/
+5
*
Fixed bug in bad behavior in calculateFrameObjectOffsets,
Bruno Cardoso Lopes
2008-06-03
1
-1
/
+2
*
Do not run loop-aligner at -fast (e.g. -O0).
Evan Cheng
2008-06-03
1
-1
/
+1
*
Revert this patch
Scott Michel
2008-06-03
1
-3
/
+1
*
nounwindify.
Dan Gohman
2008-06-03
1
-4
/
+4
*
"Unable to schedule <A> required by <B>" is more helpful then
Devang Patel
2008-06-03
1
-1
/
+5
*
Add debugging aid.
Devang Patel
2008-06-03
1
-1
/
+7
*
Fix whitespace in whitespace-significant pseudocode in a comment.
Dan Gohman
2008-06-03
1
-2
/
+2
*
Constant folding for insertvalue and extractvalue.
Dan Gohman
2008-06-03
4
-16
/
+127
*
Update dom tree. Fix PR 2372.
Devang Patel
2008-06-02
2
-1
/
+30
*
Fold adds and subtracts of zero immediately, instead of waiting
Dan Gohman
2008-06-02
1
-4
/
+4
*
Minor cosmetic patch so that the hex equivalent of a decimal
Scott Michel
2008-06-02
1
-1
/
+3
*
Add necessary 64-bit support so that gcc frontend compiles (mostly). Current
Scott Michel
2008-06-02
7
-140
/
+401
*
Implement CBE support for first-class structs and array values,
Dan Gohman
2008-06-02
2
-19
/
+78
*
Update the polygen grammer for the new insertvalue and extractvalue syntax.
Dan Gohman
2008-06-02
1
-4
/
+6
*
Remove unneeded code I added.
Chris Lattner
2008-06-02
1
-6
/
+3
*
Fix the position of MemOperands in nodes that use variadic_ops
Dan Gohman
2008-06-02
2
-12
/
+26
*
Correctly handle removed instructions at the beginning of MBBs when renumbering.
Owen Anderson
2008-06-02
1
-12
/
+8
*
Fixes PR2395. Looking for a constant in a GEP tail (when the first GEP
Wojciech Matyjewicz
2008-06-02
2
-1
/
+22
*
update vc configure project for renaming of
Steve Naroff
2008-06-02
1
-12
/
+12
*
Don't use the GOT for symbols that are not externally visible.
Rafael Espindola
2008-06-02
1
-3
/
+6
*
move CannotBeNegativeZero to ValueTracking. Simplify some signbit comparisons.
Chris Lattner
2008-06-02
3
-54
/
+59
[next]