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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: make std::pair usage slightly less indecipherable without actually n...
Andrew Trick
2011-07-21
1
-7
/
+8
*
ARM assembly parsing and encoding for PKHBT and PKHTB instructions.
Jim Grosbach
2011-07-21
3
-0
/
+100
*
Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir
Bruno Cardoso Lopes
2011-07-21
9
-3
/
+519
*
Make better use of ConstantExpr::getGetElementPtr's InBounds parameter.
Jay Foad
2011-07-21
5
-31
/
+25
*
Convert ConstantExpr::getGetElementPtr and
Jay Foad
2011-07-21
13
-72
/
+57
*
move tier out of an anonymous namespace, it doesn't make sense
Chris Lattner
2011-07-21
5
-39
/
+38
*
- Register v16i16 as valid VR256 register class
Bruno Cardoso Lopes
2011-07-21
2
-19
/
+22
*
Add support for 256-bit versions of VPERMIL instruction. This is a new
Bruno Cardoso Lopes
2011-07-21
7
-0
/
+121
*
Improve splat promotion to handle AVX types: v32i8 and v16i16. Also
Bruno Cardoso Lopes
2011-07-21
1
-24
/
+87
*
Add aditional patterns for vextractf128 instruction
Bruno Cardoso Lopes
2011-07-21
1
-0
/
+8
*
Add aditional patterns for vinsertf128 instruction
Bruno Cardoso Lopes
2011-07-21
1
-0
/
+8
*
Add v16i16 type to VR256 class
Bruno Cardoso Lopes
2011-07-21
1
-2
/
+2
*
Move code around. No functionality changes
Bruno Cardoso Lopes
2011-07-21
1
-65
/
+78
*
Tidy up code
Bruno Cardoso Lopes
2011-07-21
1
-15
/
+5
*
LSR, correct fix for rdar://9786536. Silly casting bug.
Andrew Trick
2011-07-21
1
-2
/
+2
*
LSR must sometimes sign-extend before generating double constants.
Andrew Trick
2011-07-21
1
-3
/
+10
*
Mark instructions which are part of the frame setup with the MachineInstr::Fr...
Bill Wendling
2011-07-21
1
-9
/
+20
*
LSR crashes on an empty IVUsers list.
Andrew Trick
2011-07-21
1
-0
/
+3
*
X86 is the only target that uses coff format. This should fixes test failures...
Evan Cheng
2011-07-20
1
-2
/
+3
*
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...
Evan Cheng
2011-07-20
29
-192
/
+200
*
Remove unused function.
Bill Wendling
2011-07-20
1
-64
/
+0
*
Remove the now defunct getCompactUnwindEncoding method from the frame lowerin...
Bill Wendling
2011-07-20
2
-118
/
+0
*
Refactor.
Devang Patel
2011-07-20
2
-31
/
+42
*
There are two ways to map a variable to its lexical scope. Lexical scope info...
Devang Patel
2011-07-20
2
-2
/
+16
*
Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where i...
Eli Friedman
2011-07-20
5
-1
/
+4
*
While emitting constant value, look through derived type and use underlying b...
Devang Patel
2011-07-20
1
-14
/
+23
*
ARM PKH shift ammount operand printing tweaks.
Jim Grosbach
2011-07-20
6
-18
/
+39
*
Bring LICM into compliance with the new "Memory Model for Concurrent Operatio...
Eli Friedman
2011-07-20
1
-18
/
+30
*
Tidy up a bit.
Jim Grosbach
2011-07-20
3
-12
/
+7
*
ARM: Tidy up representation of PKH instruction.
Jim Grosbach
2011-07-20
5
-37
/
+35
*
Fix cmake again :)
Benjamin Kramer
2011-07-20
1
-1
/
+0
*
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
19
-213
/
+73
*
Extend the hack for _GLOBAL_OFFSET_TABLE_ slightly; PR10389.
Eli Friedman
2011-07-20
1
-1
/
+3
*
ARM assembly parsing of MUL instruction.
Jim Grosbach
2011-07-20
1
-1
/
+2
*
PR10421: Fix a straightforward bug in the widening logic for CONCAT_VECTORS.
Eli Friedman
2011-07-20
1
-5
/
+5
*
Initialize the EHFrameSection pointer to zero.
Benjamin Kramer
2011-07-20
1
-0
/
+1
*
Fix a GCC warning.
Jay Foad
2011-07-20
1
-2
/
+2
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
47
-195
/
+184
*
Include MCRegisterInfo to eliminate a compilation warning.
Evan Cheng
2011-07-20
1
-1
/
+2
*
Fix the CMake build.
Francois Pichet
2011-07-20
1
-0
/
+1
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
17
-582
/
+595
*
indvars: Added getInsertPointForUses to find a valid place to truncate the IV.
Andrew Trick
2011-07-20
1
-15
/
+32
*
indvars -disable-iv-rewrite: Add NarrowIVDefUse to cache def-use
Andrew Trick
2011-07-20
1
-54
/
+61
*
X86Subtarget.h: Assume "x86_64-cygwin", though it has not been released yet, ...
NAKAMURA Takumi
2011-07-20
1
-1
/
+2
*
Extra semi-colon.
Eric Christopher
2011-07-20
1
-1
/
+1
*
indvars -disable-iv-rewrite fix: derived GEP IVs
Andrew Trick
2011-07-20
1
-0
/
+6
*
Don't leak CodeGenInfos.
Benjamin Kramer
2011-07-20
1
-1
/
+3
*
Change name of class.
Akira Hatanaka
2011-07-20
1
-23
/
+23
*
Define classes for definitions of atomic instructions.
Akira Hatanaka
2011-07-20
1
-106
/
+42
*
Lower memory barriers to sync instructions.
Akira Hatanaka
2011-07-19
3
-2
/
+28
[next]