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
*
[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
*
ObjectSizeOffsetEvaluator: Don't run into infinite recursion if we have a cyc...
Benjamin Kramer
2013-09-29
2
-5
/
+24
*
Remove an old workaround for a compiler that EOL'd years ago.
Benjamin Kramer
2013-09-29
1
-6
/
+0
*
Plug a memory leak in a unit test. Stack allocation is sufficient here.
Benjamin Kramer
2013-09-29
1
-5
/
+4
*
Deallocate type units when destroying a DWARFContext.
Benjamin Kramer
2013-09-29
1
-0
/
+1
*
Allocate AtomicSDNode operands in SelectionDAG's allocator to stop leakage.
Benjamin Kramer
2013-09-29
2
-12
/
+17
*
Revert accidental commit.
Craig Topper
2013-09-29
1
-1
/
+41
*
Change type of XOP flag in code emitters to a bool. Remove a some unneeded ca...
Craig Topper
2013-09-29
3
-55
/
+9
*
Add comments for XOPA map introduced with TBM instructions.a
Craig Topper
2013-09-29
2
-2
/
+4
*
Add a test that large offsets on GEPs on 32 bits targets are handled correctly.
Benjamin Kramer
2013-09-28
1
-0
/
+10
*
Enable libcxx as part of the top level CMake build when it is checked
Chandler Carruth
2013-09-28
1
-2
/
+3
*
Even more spelling fixes for "instruction".
Robert Wilhelm
2013-09-28
15
-21
/
+21
*
Fix spelling intruction -> instruction.
Robert Wilhelm
2013-09-28
9
-11
/
+11
*
SelectionDAG: Silence unused variable warning on release builds
Tom Stellard
2013-09-28
1
-0
/
+1
*
R600: Fix handling of NAN in comparison instructions
Tom Stellard
2013-09-28
10
-105
/
+127
*
SelectionDAG: Improve legalization of SELECT_CC with illegal condition codes
Tom Stellard
2013-09-28
2
-17
/
+49
*
SelectionDAG: Try to expand all condition codes using getCCSwappedOperands()
Tom Stellard
2013-09-28
5
-94
/
+91
*
SelectionDAG: Clean up LegalizeSetCCCondCode() function
Tom Stellard
2013-09-28
1
-26
/
+51
*
MipsMachineFunction.cpp: Add missing #include <raw_ostream.h>
NAKAMURA Takumi
2013-09-28
1
-0
/
+1
*
Fix typo
Matt Arsenault
2013-09-28
1
-1
/
+1
*
AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.
Manman Ren
2013-09-28
7
-0
/
+72
*
[mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted out
Akira Hatanaka
2013-09-28
8
-28
/
+90
*
TBAA: try to fix the dragonegg bots.
Manman Ren
2013-09-27
1
-1
/
+3
*
Unify conditionals and reformat.
Eric Christopher
2013-09-27
1
-16
/
+16
*
Minor code simplification
Matt Arsenault
2013-09-27
1
-11
/
+8
*
[mips] Define a derived class of PseudoSourceValue that represents a GOT entry
Akira Hatanaka
2013-09-27
2
-0
/
+106
*
Use right pointer type in DebugIR
Matt Arsenault
2013-09-27
2
-1
/
+14
*
Use type helper functions
Matt Arsenault
2013-09-27
3
-6
/
+4
*
Rework conditional for printing out pub sections.
Eric Christopher
2013-09-27
1
-7
/
+5
*
[stackprotector] Refactor the StackProtector pass from a single .cpp file int...
Josh Magee
2013-09-27
2
-70
/
+98
*
Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.
Rui Ueyama
2013-09-27
8
-30
/
+30
*
Resurrect lit.local.cfg to un-break hexagon buildbot.
Rui Ueyama
2013-09-27
1
-0
/
+3
*
Fix SLPVectorizer using wrong address space for load/store
Matt Arsenault
2013-09-27
3
-4
/
+76
*
SourceMgr diagnotics printing: fix a bug where printing a fixit for a source
Dmitri Gribenko
2013-09-27
2
-1
/
+13
*
Clarifying doc about cross-compiling
Renato Golin
2013-09-27
1
-1
/
+5
*
Make SourceMgr::PrintMessage() testable and add unit tests
Dmitri Gribenko
2013-09-27
4
-4
/
+178
*
Re-submit r191472 with a fix for big endian.
Rui Ueyama
2013-09-27
15
-160
/
+406
*
Update.
Bill Wendling
2013-09-27
1
-2
/
+2
*
InstCombine: Only foldSelectICmpAndOr for integer types
Justin Bogner
2013-09-27
2
-1
/
+11
*
[mips] Rewrite MipsTargetLowering::getAddr functions as template functions.
Akira Hatanaka
2013-09-27
3
-81
/
+135
*
Adding intrinsics to the llvm backend for TBM instruction set.
Yunzhong Gao
2013-09-27
8
-0
/
+773
*
TBAA: handle scalar TBAA format and struct-path aware TBAA format.
Manman Ren
2013-09-27
28
-110
/
+252
[next]