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
*
Update llvm-gcc-4.2 and dragonegg after converting ConstantFolder APIs
Jay Foad
2011-07-21
1
-0
/
+6
*
Convert ConstantFolder APIs to use ArrayRef.
Jay Foad
2011-07-21
4
-59
/
+84
*
move tier out of an anonymous namespace, it doesn't make sense
Chris Lattner
2011-07-21
7
-60
/
+56
*
- Register v16i16 as valid VR256 register class
Bruno Cardoso Lopes
2011-07-21
3
-20
/
+34
*
Add support for 256-bit versions of VPERMIL instruction. This is a new
Bruno Cardoso Lopes
2011-07-21
8
-0
/
+137
*
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
2
-3
/
+3
*
LSR must sometimes sign-extend before generating double constants.
Andrew Trick
2011-07-21
2
-4
/
+30
*
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
2
-0
/
+27
*
X86 is the only target that uses coff format. This should fixes test failures...
Evan Cheng
2011-07-20
1
-2
/
+3
*
docs/GettingStarted.html: Tweak style.
NAKAMURA Takumi
2011-07-20
1
-5
/
+5
*
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
3
-126
/
+0
*
Refactor.
Devang Patel
2011-07-20
2
-31
/
+42
*
docs/GettingStarted.html: Fix a typo and tweak a command line.
NAKAMURA Takumi
2011-07-20
1
-2
/
+2
*
There are two ways to map a variable to its lexical scope. Lexical scope info...
Devang Patel
2011-07-20
3
-2
/
+18
*
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
2
-14
/
+84
*
ARM PKH shift ammount operand printing tweaks.
Jim Grosbach
2011-07-20
7
-18
/
+41
*
Bring LICM into compliance with the new "Memory Model for Concurrent Operatio...
Eli Friedman
2011-07-20
2
-18
/
+67
*
Commit LangRef changes for LLVM concurrency model. Start of supporting C++0x...
Eli Friedman
2011-07-20
1
-0
/
+86
*
Unbreak the MSVC build. Since the "next" function already exists in the MSVC ...
Francois Pichet
2011-07-20
1
-3
/
+3
*
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
28
-298
/
+96
*
Fix cmake.
Benjamin Kramer
2011-07-20
1
-0
/
+1
*
Sketch out an CFG reconstruction mode for llvm-objdump.
Benjamin Kramer
2011-07-20
3
-3
/
+242
*
Extend the hack for _GLOBAL_OFFSET_TABLE_ slightly; PR10389.
Eli Friedman
2011-07-20
2
-3
/
+6
*
Add parsing/encoding tests for ARM ORR instruction.
Jim Grosbach
2011-07-20
2
-6
/
+79
*
Consolidate ARM NOP encoding test.
Jim Grosbach
2011-07-20
2
-11
/
+9
*
ARM parsing and encoding tests for MVN
Jim Grosbach
2011-07-20
1
-0
/
+57
*
ARM assembly parsing of MUL instruction.
Jim Grosbach
2011-07-20
2
-1
/
+16
*
PR10421: Fix a straightforward bug in the widening logic for CONCAT_VECTORS.
Eli Friedman
2011-07-20
2
-5
/
+13
*
Initialize the EHFrameSection pointer to zero.
Benjamin Kramer
2011-07-20
1
-0
/
+1
*
Regenerate configure and friends for Chad.
Eric Christopher
2011-07-20
2
-2
/
+21
*
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
54
-232
/
+277
*
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
27
-840
/
+900
*
indvars: Added getInsertPointForUses to find a valid place to truncate the IV.
Andrew Trick
2011-07-20
2
-15
/
+71
*
indvars -disable-iv-rewrite: Add NarrowIVDefUse to cache def-use
Andrew Trick
2011-07-20
1
-54
/
+61
[next]