index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-18
Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
41
-118
/
+118
2013-07-18
COFFDumper: Dump data directory entries.
Rui Ueyama
5
-47
/
+117
2013-07-18
Clean up some of this code a tiny bit, no functionality change.
Nick Lewycky
1
-13
/
+8
2013-07-18
Disambiguate function names in some CodeGen tests. (Some tests were using fun...
Stephen Lin
14
-126
/
+125
2013-07-18
ARM: Make sure the instruction alias for PLI uses the right subtarget features.
Tilmann Scheller
1
-1
/
+3
2013-07-18
R600/SI: Fix crash with VSELECT
Tom Stellard
3
-1
/
+28
2013-07-18
R600/SI: Add support for v2f32 loads
Tom Stellard
4
-1
/
+19
2013-07-18
R600/SI: Add support for v2f32 stores
Tom Stellard
3
-0
/
+24
2013-07-18
R600: Expand VSELECT for all types
Tom Stellard
3
-3
/
+33
2013-07-18
test/MC/AsmParser/secure_log_unique.s requires shell
Hans Wennborg
1
-0
/
+1
2013-07-18
Fix -Wdocumentation warning
Hans Wennborg
1
-1
/
+1
2013-07-18
Add a test for .secure_log_unique.
Rafael Espindola
1
-0
/
+9
2013-07-18
Revert "Remove DIBuilder cache of variable TheCU and change the few"
Eric Christopher
3
-27
/
+23
2013-07-18
Equal means ==, not !=. Thanks to Benjamin for catching.
Eric Christopher
1
-1
/
+1
2013-07-18
Remove DIBuilder cache of variable TheCU and change the few
Eric Christopher
3
-23
/
+27
2013-07-18
Small improvement to the use of GetFileType:
Rafael Espindola
1
-1
/
+8
2013-07-18
Update to CodeGen tests to use CHECK-LABEL for labels corresponding to functi...
Stephen Lin
3
-35
/
+35
2013-07-18
Handle constants without going through SCEV.
Nadav Rotem
1
-0
/
+6
2013-07-18
SLPVectorizer: Speedup isConsecutive by manually checking GEPs with multiple ...
Nadav Rotem
1
-4
/
+12
2013-07-18
Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...
NAKAMURA Takumi
2
-3
/
+13
2013-07-18
[Support] Beef up and expose the response file parsing in llvm::cl
Reid Kleckner
4
-64
/
+224
2013-07-18
llvm/test/Other/close-stderr.ll: Mark this as XFAIL on msys, since r186560.
NAKAMURA Takumi
1
-0
/
+3
2013-07-18
Forgot 'svn add' again, sorry!
Joey Gouly
1
-0
/
+145
2013-07-18
Change 'n' to 'N' to keep consistent with other instructions.
Joey Gouly
1
-4
/
+4
2013-07-18
[ARMv8] Add NEON instructions VCVT{A, N, P, M}.
Joey Gouly
7
-0
/
+220
2013-07-18
[SystemZ] Use RNSBG
Richard Sandiford
3
-21
/
+324
2013-07-18
Add Thumb tests for the ARMv8 FP instructions that I recently added.
Joey Gouly
3
-2
/
+295
2013-07-18
[SystemZ] Generalize RxSBG SRA case
Richard Sandiford
2
-27
/
+74
2013-07-18
[SystemZ] Use RXSBG
Richard Sandiford
2
-11
/
+128
2013-07-18
[SystemZ] Rename and formatting fixes
Richard Sandiford
1
-64
/
+61
2013-07-18
Remove the extra leading 0 from VMAXNMND.
Joey Gouly
1
-1
/
+1
2013-07-18
This patch extends mips register parsing methods to allow indexed register pa...
Vladimir Medic
2
-0
/
+16
2013-07-18
Fix copy and paste bug from r186491 to make v2f64 use MOVAPD/MOVUPD as it sho...
Craig Topper
2
-2
/
+18
2013-07-18
Reapply r186316 with a fix for one bug where the code could walk off the
Chandler Carruth
2
-1256
/
+977
2013-07-18
SLPVectorizer: Speedup isConsecutive (that checks if two addresses are consec...
Nadav Rotem
1
-12
/
+31
2013-07-18
PPC: Support dynamic allocas with large alignment
Hal Finkel
3
-27
/
+92
2013-07-18
Remove dead code.
Rafael Espindola
4
-117
/
+1
2013-07-18
Convert two uses if fstat with sys::fs::status.
Rafael Espindola
1
-14
/
+13
2013-07-18
Fix a regression I introduced back in r178147.
Rafael Espindola
2
-13
/
+39
2013-07-18
Give 'hasPath' a longer but clearer name 'isPotentiallyReachable'. Also expand
Nick Lewycky
1
-5
/
+7
2013-07-18
Get rid of the Dis/EnableDebugLocations() API.
Adrian Prantl
1
-21
/
+0
2013-07-18
Update comment slightly.
Eric Christopher
1
-1
/
+1
2013-07-17
PPC: Add base-pointer support to builtin setjmp/longjmp
Hal Finkel
7
-52
/
+130
2013-07-17
Add comparison operators for DIDescriptors to fix c++98 fallout
Eric Christopher
2
-1
/
+8
2013-07-17
Add an explicit operator bool conversion to DIDescriptor to make
Eric Christopher
1
-0
/
+7
2013-07-17
Fix a comment.
Nadav Rotem
1
-1
/
+1
2013-07-17
Handle '.' correctly in hex float literal parsing.
Eli Friedman
2
-31
/
+26
2013-07-17
Add some uncovered attribute tests
Tobias Grosser
1
-0
/
+31
2013-07-17
Restore r181216, which was partially reverted in r182499.
Stephen Lin
3
-52
/
+73
2013-07-17
Fix a funny typo. Thanks to Aaron Ballman for noticing.
Rafael Espindola
1
-1
/
+1
[next]