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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
BEXTR should be defined to take same type for bother operands.
Craig Topper
2013-10-01
1
-1
/
+1
*
SelectionDAG: Clarify comments from r191600
Tom Stellard
2013-10-01
1
-2
/
+2
*
Tests for MCJIT multiple module support
Andrew Kaylor
2013-10-01
4
-75
/
+556
*
Adding multiple module support for MCJIT.
Andrew Kaylor
2013-10-01
8
-115
/
+441
*
Add the DW_AT_GNU_ranges_base attribute if we've emitted any ranges
Eric Christopher
2013-10-01
2
-2
/
+161
*
Update comments.
Eric Christopher
2013-10-01
1
-2
/
+2
*
Fix code duplication
Matt Arsenault
2013-10-01
1
-21
/
+10
*
Forgot to add a break statement.
Preston Gurd
2013-09-30
1
-0
/
+1
*
Use CHECK-LABEL
Matt Arsenault
2013-09-30
3
-18
/
+20
*
Reuse variable
Matt Arsenault
2013-09-30
1
-1
/
+1
*
The X86FixupLEAs pass for Intel Atom must not call convertToThreeAddress
Preston Gurd
2013-09-30
1
-0
/
+8
*
The DW_AT_GNU_pubnames/pubtypes attributes are actually form
Eric Christopher
2013-09-30
3
-28
/
+82
*
Add llvm-readobj to the list of programs to find in the freshly built
Eric Christopher
2013-09-30
1
-1
/
+1
*
Fix getOrInsertGlobal dropping the address space.
Matt Arsenault
2013-09-30
2
-2
/
+44
*
Use right address space size in InstCombineCompares
Matt Arsenault
2013-09-30
2
-4
/
+23
*
Constant fold ptrtoint + compare with address spaces
Matt Arsenault
2013-09-30
2
-1
/
+21
*
Debug Info: constify and rename from generateRef to getRef.
Manman Ren
2013-09-30
3
-11
/
+11
*
llvm-c: use typedef for function pointers
Anders Waldenborg
2013-09-30
2
-24
/
+21
*
[ARM] Fix Thumb(-2) diagnostic tests.
Tilmann Scheller
2013-09-30
2
-12
/
+12
*
TBAA: update tbaa format from scalar format to struct-path aware format.
Manman Ren
2013-09-30
9
-63
/
+74
*
TBAA: remove !tbaa from testing cases when they are not needed.
Manman Ren
2013-09-30
20
-207
/
+131
*
[mips][msa] Direct Object Emission for I8 instructions.
Jack Carter
2013-09-30
3
-28
/
+75
*
[mips][msa] Direct Object Emission for I5 instructions.
Jack Carter
2013-09-30
3
-49
/
+202
*
[ARM] Clean up ARMAsmParser::validateInstruction().
Tilmann Scheller
2013-09-30
1
-38
/
+36
*
[mips][msa] Direct Object Emission for 2R instructions.
Jack Carter
2013-09-30
3
-16
/
+57
*
[PATCH 1/4] [mips][msa] Source register of FILL instructions is GPR
Jack Carter
2013-09-30
3
-15
/
+41
*
[ARM] Use FileCheck instead of grep for ARM LDRD negative tests.
Tilmann Scheller
2013-09-30
1
-19
/
+42
*
Move command line options to the users of libLTO. Fixes --enable-shared build.
Rafael Espindola
2013-09-30
6
-176
/
+185
*
Revert "Enable building LTO on WIN32."
Rafael Espindola
2013-09-30
4
-16
/
+5
*
[ARM] Assembler: ARM LDRD with writeback requires the base register to be dif...
Tilmann Scheller
2013-09-30
2
-4
/
+25
*
Swift model: Fix uop description on some writes
Arnold Schwaighofer
2013-09-30
1
-2
/
+11
*
BoundsChecking: Fix refacto.
Benjamin Kramer
2013-09-30
1
-0
/
+1
*
Convert manual insert point restores to the new RAII object.
Benjamin Kramer
2013-09-30
5
-62
/
+18
*
InstCombine: Replace manual fast math flag copying with the new IRBuilder RAI...
Benjamin Kramer
2013-09-30
1
-22
/
+20
*
IRBuilder: Add RAII objects to reset insertion points or fast math flags.
Benjamin Kramer
2013-09-30
4
-22
/
+86
*
IRBuilder: Move fast math flags to IRBuilderBase.
Benjamin Kramer
2013-09-30
1
-34
/
+28
*
IfConverter: Use TargetSchedule for instruction latencies
Arnold Schwaighofer
2013-09-30
9
-10
/
+57
*
Enable building LTO on WIN32.
Rafael Espindola
2013-09-30
4
-5
/
+16
*
Fix a bug in InstCombine where it attempted to cast a Value* to an Instruction*
Joey Gouly
2013-09-30
2
-2
/
+25
*
[ARM] Assembler: Add more negative tests for ARM LDRD.
Tilmann Scheller
2013-09-30
1
-0
/
+8
*
[SystemZ] Revert r191661: Add definitions of LFH and STFH
Richard Sandiford
2013-09-30
5
-134
/
+0
*
[SystemZ] Add definitions of LFH and STFH
Richard Sandiford
2013-09-30
5
-0
/
+134
*
[SystemZ] Add GRH32 for the high word of a GR64
Richard Sandiford
2013-09-30
6
-14
/
+38
*
[SystemZ] Rename subregs and add subreg_h32
Richard Sandiford
2013-09-30
9
-60
/
+61
*
[mips] Fix a broken link to mips.com in the documentation.
Daniel Sanders
2013-09-30
1
-1
/
+1
*
[SystemZ] Add change missing from previous commit
Richard Sandiford
2013-09-30
1
-1
/
+1
*
[SystemZ] Rename 32-bit GPR registers
Richard Sandiford
2013-09-30
6
-20
/
+20
*
Filter out repeated sections from the X86 disassembler modRMTable. Saves abou...
Craig Topper
2013-09-30
2
-87
/
+67
*
Add a few more FMA4 disassembler test cases to match the scalar set with rega...
Craig Topper
2013-09-30
1
-0
/
+12
*
Various x86 disassembler fixes.
Craig Topper
2013-09-30
5
-53
/
+66
[prev]
[next]