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
*
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
*
Transforms: Use getFirstNonPHI to set the insertion point for PHIs
Justin Bogner
2013-09-27
3
-2
/
+33
*
[SystemZ] Rein back the use of block operations
Richard Sandiford
2013-09-27
5
-143
/
+101
*
[SystemZ] Improve handling of PC-relative addresses
Richard Sandiford
2013-09-27
6
-59
/
+127
*
[mips][msa] Implemented insert.d intrinsic.
Daniel Sanders
2013-09-27
3
-42
/
+66
*
ARM: Teach assembler to enforce constraints for ARM LDRD destination register...
Tilmann Scheller
2013-09-27
3
-21
/
+50
*
[mips][msa] Implemented fill.d intrinsic.
Daniel Sanders
2013-09-27
3
-12
/
+40
*
[mips][msa] Implemented copy_[us].d intrinsic.
Daniel Sanders
2013-09-27
4
-0
/
+67
*
[mips][msa] Rename arguments to MSA_INSERT_DESC_BASE to better match their ex...
Daniel Sanders
2013-09-27
1
-6
/
+6
*
[mips][msa] Implemented insert_vector_elt for v4f32 and v2f64.
Daniel Sanders
2013-09-27
4
-0
/
+119
*
[mips][msa] Implemented extract_vector_elt for v4f32 or v2f64
Daniel Sanders
2013-09-27
5
-4
/
+325
*
Remove superfluous comment accidentally checked-in.
Andrea Di Biagio
2013-09-27
1
-2
/
+0
*
[mips][msa] Added support for MSA registers to copyPhysReg
Daniel Sanders
2013-09-27
2
-0
/
+140
*
[mips][msa] Added support for matching splati from normal IR (i.e. not intrin...
Daniel Sanders
2013-09-27
10
-20
/
+157
*
Re-apply the change from r191393 with fix for pr17380.
Andrea Di Biagio
2013-09-27
2
-0
/
+223
*
[mips][msa] Added MSA.txt to describe instruction selection quirks.
Daniel Sanders
2013-09-27
1
-0
/
+30
*
Fix comment.
Tilmann Scheller
2013-09-27
1
-1
/
+1
*
ARM: Teach assembler to enforce constraint for Thumb2 LDRD (literal/immediate...
Tilmann Scheller
2013-09-27
2
-0
/
+20
*
[mips][msa] Tidy up
Daniel Sanders
2013-09-27
1
-131
/
+119
[next]