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
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only add DW_AT_prototyped if we're working with a C-like language.
Eric Christopher
2012-02-22
3
-6
/
+6
*
Semantically revert 151015. Add a comment on why we should be able to assert
Rafael Espindola
2012-02-22
1
-0
/
+38
*
Adding support for Microsoft's thiscall calling convention. LLVM side of the...
Aaron Ballman
2012-02-22
1
-0
/
+47
*
Remove a bad PowerPC test.
Jakob Stoklund Olesen
2012-02-21
1
-160
/
+0
*
Testcase for previous commit.
Eric Christopher
2012-02-21
1
-0
/
+45
*
There's no need for a DW_AT_byte_size on a pointer type.
Eric Christopher
2012-02-21
3
-5
/
+5
*
Use the target-aware constant folder on expressions to improve the chance
Nick Lewycky
2012-02-21
1
-0
/
+43
*
Proper support for a bastardized darwin-eabi hybird ABI.
Evan Cheng
2012-02-21
1
-0
/
+3
*
InstCombine: Don't transform a signed icmp of two GEPs into a signed compare ...
Benjamin Kramer
2012-02-21
1
-0
/
+11
*
test/CodeGen/X86/2012-02-20-MachineCPBug.ll: Fix on generic(non-x86) hosts to...
NAKAMURA Takumi
2012-02-21
1
-1
/
+1
*
Check for the correct size in the invariant marker.
Nick Lewycky
2012-02-20
1
-4
/
+30
*
Fix machine-cp by having it to check sub-register indicies. e.g.
Evan Cheng
2012-02-20
2
-1
/
+78
*
Test case for r150978.
Benjamin Kramer
2012-02-20
1
-0
/
+13
*
InstCombine: When comparing two GEPs that were derived from the same base poi...
Benjamin Kramer
2012-02-20
1
-0
/
+26
*
InstCombine: Make OptimizePointerDifference more aggressive.
Benjamin Kramer
2012-02-20
1
-0
/
+26
*
fold comparisons of gep'd alloca points with null to false,
Chris Lattner
2012-02-20
1
-1
/
+12
*
Add vmfunc instruction to X86 assembler and disassembler.
Craig Topper
2012-02-19
4
-0
/
+12
*
Don't skip debug instructions when looking for the insertion point of
Rafael Espindola
2012-02-18
1
-0
/
+38
*
Add X86 assembler and disassembler support for AMD SVM instructions. Original...
Craig Topper
2012-02-18
4
-1
/
+98
*
Fix a rather nasty regression from r150690: LHS != RHS does not imply LHS->st...
Eli Friedman
2012-02-18
1
-0
/
+10
*
Testcase for the previous commit.
Eric Christopher
2012-02-18
1
-1
/
+10
*
Calls and invokes with the new clang.arc.no_objc_arc_exceptions
Dan Gohman
2012-02-17
1
-0
/
+122
*
It turns out that putting an 8-byte symbol in a 4-byte section makes Solaris ...
David Chisnall
2012-02-17
1
-0
/
+28
*
Remove question.
Nick Lewycky
2012-02-17
1
-1
/
+0
*
Add support for invariant.start inside the static constructor evaluator. This is
Nick Lewycky
2012-02-17
1
-0
/
+34
*
[fast-isel] Add support for returning non-legal types with no sign- or zero-
Chad Rosier
2012-02-17
1
-0
/
+9
*
Use –mcpu=generic, so that the test will not fail when run on an Intel Atom
Bill Wendling
2012-02-16
1
-1
/
+1
*
Disable machine copy propagation for now. It's known to be buggy (PR11940) an...
Benjamin Kramer
2012-02-16
1
-1
/
+1
*
InstSimplify: Ignore pointer casts when constant folding compares between poi...
Benjamin Kramer
2012-02-16
1
-0
/
+20
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
235
-695
/
+549
*
loop-rotate shouldn't hoist alloca instructions out of a loop. Patch by Patr...
Eli Friedman
2012-02-16
1
-0
/
+33
*
Remove extraneous tests.
Bill Wendling
2012-02-15
2
-119
/
+0
*
Add a test for generating Objective-C metadata from module flags.
Bill Wendling
2012-02-15
1
-0
/
+13
*
Add a test for the Objective-C garbage collection metadata stuff.
Bill Wendling
2012-02-15
2
-0
/
+119
*
For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...
David Meyer
2012-02-15
2
-2
/
+102
*
Stop custom lowering forr x86 DEC64m from happening if the load in the lowere...
Pete Cooper
2012-02-15
1
-0
/
+14
*
Tighten physical register invariants: Allocatable physical registers can
Lang Hames
2012-02-14
1
-1
/
+1
*
Fix PR12000. Some vector operations may use scalar operands with types
Nadav Rotem
2012-02-14
1
-0
/
+13
*
Change error tests to coincide with message changes.
Bill Wendling
2012-02-14
3
-3
/
+3
*
[asan] fix asan-vs-gvn.ll test (it did not actually check much before this ch...
Kostya Serebryany
2012-02-14
1
-4
/
+17
*
Add simplifyLoopLatch to LoopRotate pass.
Andrew Trick
2012-02-14
1
-0
/
+39
*
Check against umin while converting fcmp into an icmp.
Devang Patel
2012-02-13
1
-0
/
+35
*
Just like in regular escape analysis, loads and stores through
Dan Gohman
2012-02-13
1
-0
/
+51
*
ThreadSanitizer, a race detector. First LLVM commit.
Kostya Serebryany
2012-02-13
2
-0
/
+25
*
Fix a bug in DAGCombine for the optimization of BUILD_VECTOR. We cant generat...
Nadav Rotem
2012-02-13
1
-0
/
+16
*
Revert accidental commit of a pruned testcase from r150360.
Craig Topper
2012-02-13
1
-0
/
+58
*
Update CanXFormVExtractWithShuffleIntoLoad to ensure bitcasts of loads only h...
Craig Topper
2012-02-13
1
-58
/
+0
*
Fixed bug when custom lowering DEC64m on x86.
Pete Cooper
2012-02-13
1
-0
/
+24
*
This patch addresses the problem of poor code generation for the zext
Nadav Rotem
2012-02-12
2
-1
/
+14
*
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-11
10
-52
/
+134
[next]