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
*
Allow sign-extending of i8 and i16 to i128 on SPU.
Kalle Raiskila
2011-01-20
2
-1
/
+7
*
At -O123 the early-cse pass is run before instcombine has run. According to my
Duncan Sands
2011-01-20
2
-32
/
+173
*
Refactor mcr* and mr*c instructions into classes with the same encoding. No f...
Bruno Cardoso Lopes
2011-01-20
1
-108
/
+46
*
My editor's indent went crazy. Fix.
Eric Christopher
2011-01-20
1
-1
/
+1
*
Expand invalid return values for umulo and smulo. Handle these similarly
Eric Christopher
2011-01-20
2
-0
/
+28
*
Correct itinerary entry for t2MOV_pic_ga_add_pc.
Evan Cheng
2011-01-20
1
-1
/
+1
*
Sorry, several patches in one.
Evan Cheng
2011-01-20
14
-210
/
+291
*
Object: Add ELF support.
Michael J. Spencer
2011-01-20
3
-1
/
+708
*
Object: Add COFF Support.
Michael J. Spencer
2011-01-20
3
-1
/
+372
*
Selection DAG scheduler register pressure heuristic fixes.
Andrew Trick
2011-01-20
1
-8
/
+27
*
Check that a live range exists before shortening it. This fixes PR8989.
Jakob Stoklund Olesen
2011-01-20
1
-3
/
+5
*
Add hidden -verify-coalescing to run the machine code verifier before and after
Jakob Stoklund Olesen
2011-01-20
1
-0
/
+10
*
Sparc backend: Implements a delay slot filler that attempt to fill delay slots
Venkatraman Govindaraju
2011-01-20
2
-8
/
+225
*
Update a comment.
Cameron Zwarich
2011-01-20
1
-1
/
+1
*
Fix bug found by new clang warning.
Jakob Stoklund Olesen
2011-01-20
1
-2
/
+2
*
Use only one API at a time.
Eric Christopher
2011-01-20
1
-2
/
+1
*
If we can, lower the multiply part of a umulo/smulo call to a libcall
Eric Christopher
2011-01-20
1
-8
/
+27
*
Fix debug info for merged global.
Devang Patel
2011-01-20
1
-0
/
+39
*
Divert Hopfield network debug output. It is very noisy.
Jakob Stoklund Olesen
2011-01-19
1
-1
/
+1
*
Don't accidentally leave small gaps in the live ranges when leaving the active
Jakob Stoklund Olesen
2011-01-19
1
-2
/
+3
*
Make sure to propogate the error code when we fail to parse a modifier.
Jim Grosbach
2011-01-19
1
-1
/
+1
*
Fix register address expression. Patch by Ken Dyck.
Devang Patel
2011-01-19
1
-4
/
+2
*
Implement RAGreedy::splitAroundRegion and remove loop splitting.
Jakob Stoklund Olesen
2011-01-19
3
-102
/
+296
*
Similarly, analyze truncate through multiply.
Nick Lewycky
2011-01-19
1
-0
/
+14
*
Add a missed SCEV fold that is required to continue analyzing the IR produced
Nick Lewycky
2011-01-19
1
-0
/
+14
*
Fix the encoding of mrrc and mcrr family of instructions. Also add testcases ...
Bruno Cardoso Lopes
2011-01-19
1
-16
/
+16
*
Add unnamed_addr when we can show that address of a global is not used.
Rafael Espindola
2011-01-19
1
-13
/
+42
*
Add a missing SCEV simplification sext(zext x) --> zext x.
Nick Lewycky
2011-01-19
1
-0
/
+4
*
ARM/ISel: Factor out isScaledConstantInRange() helper.
Daniel Dunbar
2011-01-19
1
-122
/
+110
*
For ARM subtargets with useNEONForSinglePrecisionFP, double count uses
Andrew Trick
2011-01-19
1
-0
/
+16
*
whitespace
Andrew Trick
2011-01-19
1
-16
/
+16
*
Don't forget to emit the load from indirect symbol when using movw + movt to ...
Evan Cheng
2011-01-19
4
-6
/
+14
*
Create two new generic classes to represent the following VMRS/VMSR variations:
Bruno Cardoso Lopes
2011-01-18
2
-30
/
+55
*
Fix MRS encoding for arm and thumb.
Bruno Cardoso Lopes
2011-01-18
2
-4
/
+9
*
Fix the encoding of t2ISB by using the right class and also parse it correctly
Bruno Cardoso Lopes
2011-01-18
2
-2
/
+2
*
Teach BasicAA to return PartialAlias in cases where both pointers
Dan Gohman
2011-01-18
1
-12
/
+35
*
Add RAGreedy methods for splitting live ranges around regions.
Jakob Stoklund Olesen
2011-01-18
5
-1
/
+356
*
Follow the current hack set and enable the correct parsing of bkpt while in t...
Bruno Cardoso Lopes
2011-01-18
1
-3
/
+9
*
fix rdar://8878965, a regression I introduced with the recent
Chris Lattner
2011-01-18
1
-1
/
+3
*
Add support for parsing and encoding ARM's official syntax for the BFI instru...
Bruno Cardoso Lopes
2011-01-18
4
-13
/
+79
*
Add a FIXME.
Jim Grosbach
2011-01-18
1
-0
/
+1
*
Ensure Mips::GP is properly reloaded after a function call. Patch by Sasa Sta...
Bruno Cardoso Lopes
2011-01-18
2
-0
/
+9
*
Negative zero is not legal on mips. Patch by Sasa Stankovic
Bruno Cardoso Lopes
2011-01-18
1
-0
/
+2
*
Handle (i32,i32) => f64 in a cleaner way. Patch by Sasa Stankovic
Bruno Cardoso Lopes
2011-01-18
1
-3
/
+2
*
Add support for mips32 madd and msub instructions. Patch by Akira Hatanaka
Bruno Cardoso Lopes
2011-01-18
3
-10
/
+229
*
For completeness, generalize the (X + Y) - Y -> X transform and add X - (X + ...
Duncan Sands
2011-01-18
1
-15
/
+57
*
Simplify (X<<1)-X into X. According to my auto-simplier this is the most com...
Duncan Sands
2011-01-18
1
-0
/
+6
*
add a note
Chris Lattner
2011-01-18
1
-0
/
+20
*
SPARC backend: Modified LowerCall and LowerFormalArguments so that they use C...
Venkatraman Govindaraju
2011-01-18
2
-272
/
+221
*
Remove an unnecessary #include.
Cameron Zwarich
2011-01-18
1
-1
/
+0
[next]