index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add .loc methods to the streamer.
Rafael Espindola
2010-11-16
12
-27
/
+85
*
Split pseudo-instruction expansion into a separate pass, to make it
Dan Gohman
2010-11-16
5
-13
/
+92
*
Add const.
Rafael Espindola
2010-11-16
1
-6
/
+6
*
Fix emergency spilling in LiveIntervals::spillPhysRegAroundRegDefsUses.
Jakob Stoklund Olesen
2010-11-16
1
-22
/
+23
*
Print out the register class of the current interval.
Jakob Stoklund Olesen
2010-11-16
1
-2
/
+3
*
Document -enable-no-infs-fp-math and -enable-no-nans-fp-math command line opt...
Peter Collingbourne
2010-11-16
2
-3
/
+14
*
Tidy up some things in <arm_neon.h>.
Bob Wilson
2010-11-16
1
-94
/
+33
*
Reapply "Stop using struct wrappers for Neon vector types in <arm_neon.h>."
Bob Wilson
2010-11-16
1
-65
/
+48
*
system_error: More conditional error codes for Darwin.
Michael J. Spencer
2010-11-16
1
-0
/
+8
*
Revert "Stop using struct wrappers for Neon vector types in <arm_neon.h>."
Bob Wilson
2010-11-16
1
-48
/
+65
*
Parse and ignore some .cfi_* directives.
Rafael Espindola
2010-11-16
1
-0
/
+95
*
This is the first step in adding sane error handling support to LLVMSystem.
Michael J. Spencer
2010-11-16
8
-368
/
+359
*
Stop using struct wrappers for Neon vector types in <arm_neon.h>.
Bob Wilson
2010-11-16
1
-65
/
+48
*
Revert inadvertant checkin of CMake libdeps.
Jim Grosbach
2010-11-16
1
-28
/
+27
*
ARM conditional mov encoding fix.
Jim Grosbach
2010-11-16
2
-29
/
+29
*
Have a few places that want to simplify phi nodes use SimplifyInstruction
Duncan Sands
2010-11-16
5
-13
/
+18
*
Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. Thanks
Dan Gohman
2010-11-16
8
-0
/
+8
*
In which I discover the existence of loops. Threading an operation
Duncan Sands
2010-11-16
4
-73
/
+133
*
A bit more of gnu as compatibility when handling relocations with aliases.
Rafael Espindola
2010-11-16
2
-7
/
+13
*
L_bit doesn't work here.
Bill Wendling
2010-11-16
1
-1
/
+1
*
- Remove dead patterns.
Bill Wendling
2010-11-16
3
-43
/
+19
*
vldm and vstm are mnemonics for vldmia and vstmia resp.
Bill Wendling
2010-11-16
1
-0
/
+3
*
Make the verifier a little quieter on instructions that it's probably
Eric Christopher
2010-11-16
1
-1
/
+3
*
Fix a bug I introduced in the ppc refactoring, which caused long
Chris Lattner
2010-11-16
1
-0
/
+1
*
Test encodings for LDM and STM.
Bill Wendling
2010-11-16
1
-0
/
+18
*
Encode the multi-load/store instructions with their respective modes ('ia',
Bill Wendling
2010-11-16
13
-541
/
+567
*
Object: Get rid of sys::Path, Triple, and cleanup namespace.
Michael J. Spencer
2010-11-16
2
-11
/
+10
*
add copy of comment to the code that will survive the mcjit'ization
Chris Lattner
2010-11-16
1
-0
/
+2
*
relax an assertion a bit, allowing the GPR argument of
Chris Lattner
2010-11-16
2
-2
/
+6
*
Remember to resize SpillSlotToUsesMap when allocating an emergency spill slot.
Jakob Stoklund Olesen
2010-11-16
2
-19
/
+19
*
Fix PR8612 in the standard spiller, take two.
Jakob Stoklund Olesen
2010-11-16
2
-1
/
+9
*
Add Thumb2 encodings for mov and friends.
Owen Anderson
2010-11-16
2
-24
/
+64
*
Change the 11 byte nop to be a single instruction.
Rafael Espindola
2010-11-15
2
-6
/
+4
*
fix a pasto that massively broke the ppc jit while the buildbots happened
Chris Lattner
2010-11-15
1
-2
/
+2
*
Revert "Fix PR8612 in the standard spiller as well."
Jakob Stoklund Olesen
2010-11-15
2
-6
/
+1
*
Attempt to provide encodings for some miscellaneous Thumb2 encodings.
Owen Anderson
2010-11-15
1
-14
/
+29
*
Code clean up. The peephole pass should be the one updating the instruction
Evan Cheng
2010-11-15
4
-28
/
+20
*
Provide Thumb2 encodings for sxtb and friends.
Owen Anderson
2010-11-15
2
-33
/
+46
*
Recommit this change and remove the failing part of the test - it didn't
Eric Christopher
2010-11-15
2
-30
/
+8
*
Fix PR8612 in the standard spiller as well.
Jakob Stoklund Olesen
2010-11-15
2
-1
/
+6
*
When spilling a register defined by an early clobber, make sure that the new
Jakob Stoklund Olesen
2010-11-15
2
-0
/
+90
*
ARM LDR_PRE/LDR_POST/STR_PRE/STR_POST (and the *B counterparts) binary encoding.
Jim Grosbach
2010-11-15
4
-38
/
+151
*
Add Thumb2 encodings for comparison and shift operators.
Owen Anderson
2010-11-15
2
-37
/
+118
*
Fix compiler warnigns.
Benjamin Kramer
2010-11-15
1
-2
/
+2
*
Add correct Thumb2 encodings for mvn and friends.
Owen Anderson
2010-11-15
2
-11
/
+89
*
Update examples and documentation to explicitly add basicaa, now that it's
Dan Gohman
2010-11-15
9
-0
/
+21
*
Add FIXMEs.
Jim Grosbach
2010-11-15
1
-0
/
+4
*
Nuke redundant encoding bit set.
Jim Grosbach
2010-11-15
1
-3
/
+1
*
-basicaa is no longer the default.
Dan Gohman
2010-11-15
1
-2
/
+2
*
Teach InstructionSimplify the trick of skipping incoming phi
Duncan Sands
2010-11-15
2
-4
/
+28
[next]