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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hide more details in tablegen generated MCRegisterInfo ctor function.
Evan Cheng
2011-06-28
13
-25
/
+13
*
Add MCInstrInfo registeration machinery.
Evan Cheng
2011-06-28
1
-0
/
+6
*
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
62
-87
/
+112
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
38
-470
/
+469
*
Clean up the handling of the x87 fp stack to make it more robust.
Jakob Stoklund Olesen
2011-06-28
6
-227
/
+362
*
Remove warning: 'c0' may be used uninitialized in this function.
Chad Rosier
2011-06-28
1
-1
/
+2
*
Implement ISD::VAARG lowering on PPC32.
Roman Divacky
2011-06-28
1
-5
/
+123
*
Fix cmake build.
Rafael Espindola
2011-06-28
1
-1
/
+1
*
ARM Thumb2 asm syntax optional destination operand for binary operators.
Jim Grosbach
2011-06-28
1
-9
/
+29
*
ARM Assembly support for Thumb mov-immediate.
Jim Grosbach
2011-06-27
3
-4
/
+40
*
ARM Asm parsing of Thumb2 move immediate.
Jim Grosbach
2011-06-27
1
-2
/
+3
*
More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.
Evan Cheng
2011-06-27
6
-29
/
+28
*
Add exception necessitated by 133938.
Jim Grosbach
2011-06-27
1
-1
/
+1
*
ARM assembly carry set/clear condition code aliases for 'hi/lo'
Jim Grosbach
2011-06-27
1
-0
/
+2
*
ARM assembler support for ldmfd/stmfd mnemonics.
Jim Grosbach
2011-06-27
1
-0
/
+2
*
ARM assembler support for vpush/vpop.
Jim Grosbach
2011-06-27
1
-0
/
+9
*
ARM Assembly syntax support for arithmetic implied dest operand.
Jim Grosbach
2011-06-27
1
-7
/
+25
*
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-27
68
-121
/
+130
*
Grow the X86FloatingPoint register map to hold 16 registers.
Jakob Stoklund Olesen
2011-06-27
1
-5
/
+15
*
Replace dyn_cast<> with cast<> since the cast is already guarded by the neces...
Chad Rosier
2011-06-25
1
-1
/
+1
*
PTX: Reverting implementation of i8.
Dan Bailey
2011-06-25
7
-296
/
+73
*
Enable tail call optimization in the presence of a byval (x86-32 and x86-64).
Chad Rosier
2011-06-25
1
-0
/
+4
*
Unbreak CMake build
Douglas Gregor
2011-06-25
1
-0
/
+2
*
Add include guard.
Evan Cheng
2011-06-24
1
-0
/
+5
*
Rename TargetDesc to MCTargetDesc
Evan Cheng
2011-06-24
6
-4
/
+3
*
Refactor MachO relocation generaration into the Target directories.
Jim Grosbach
2011-06-24
3
-0
/
+885
*
Fix cmake build.
Rafael Espindola
2011-06-24
1
-0
/
+1
*
Hoist simple check above more complex checking to avoid unnecessary
Chad Rosier
2011-06-24
1
-5
/
+5
*
- Add MCRegisterInfo registration machinery. Also added x86 registration rout...
Evan Cheng
2011-06-24
2
-0
/
+16
*
ARM movw/movt fixups need to mask the high bits.
Jim Grosbach
2011-06-24
1
-3
/
+6
*
PTX: Add support for i8 type and introduce associated .b8 registers
Dan Bailey
2011-06-24
7
-15
/
+291
*
The Neon VCVT (between floating-point and fixed-point, Advanced SIMD)
Chad Rosier
2011-06-24
1
-1
/
+104
*
PTX: Add preliminary support for outputting debug information in the form of
Justin Holewinski
2011-06-24
1
-0
/
+97
*
Change the chain input of nodes that load the address of a function. This change
Akira Hatanaka
2011-06-24
1
-4
/
+1
*
Prevent generation of redundant addiu instructions that compute address of
Akira Hatanaka
2011-06-24
1
-1
/
+2
*
PTX: Re-work target sm/compute selection and add some basic GPU
Justin Holewinski
2011-06-24
6
-47
/
+121
*
Fix CellSPU CMakeList.txt.
Rafael Espindola
2011-06-24
1
-1
/
+1
*
Fix CellSPU CMakeLists.txt
Evan Cheng
2011-06-24
1
-2
/
+3
*
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-24
44
-104
/
+188
*
Add support for movntil/movntiq mnemonics. Reported on llvmdev.
Eli Friedman
2011-06-23
1
-2
/
+2
*
Rename TargetOptions::StackAlignment to StackAlignmentOverride.
Evan Cheng
2011-06-23
2
-3
/
+3
*
Remove TargetOptions.h dependency from ARMSubtarget.
Evan Cheng
2011-06-23
2
-5
/
+4
*
PTX: Always use registers for return values, but use .param space for device
Justin Holewinski
2011-06-23
6
-108
/
+725
*
PTX: Whitespace fixes and remove commented out code
Justin Holewinski
2011-06-23
2
-36
/
+0
*
PTX: Prevent DCE from eliminating st.param calls, and unify the handling of
Justin Holewinski
2011-06-23
5
-107
/
+78
*
PTX: Use .param space for parameters in device functions for SM >= 2.0
Justin Holewinski
2011-06-23
6
-33
/
+126
*
Remove TargetOptions.h dependency from X86Subtarget.
Evan Cheng
2011-06-23
6
-42
/
+46
*
CppBackend: fixup for api change
Dylan Noblesmith
2011-06-23
1
-1
/
+0
*
Reinstate r133513 (reverted in r133700) with an additional fix for a
Jay Foad
2011-06-23
1
-1
/
+1
*
Revert r133513:
Eric Christopher
2011-06-23
1
-1
/
+1
[next]