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
2011-06-16
Add a comment describing why transforming (shl x, 1) to (add x, x) is to be
Dan Gohman
1
-0
/
+5
2011-06-16
PTX: Fix whitespace errors
Justin Holewinski
4
-25
/
+27
2011-06-16
Add AVX suport for fpextend.
Bruno Cardoso Lopes
2
-0
/
+29
2011-06-16
Prempt some obnoxious compiler from complaing about signed/unsigned
Jakob Stoklund Olesen
1
-2
/
+2
2011-06-16
Make sure to pass an unsigned to a printf format that is always %u.
Jakob Stoklund Olesen
1
-1
/
+6
2011-06-16
FileCheck-ize test, and make it work on EABI hosts, like clang-native-arm-cor...
Eli Friedman
1
-7
/
+34
2011-06-16
Force a triple here so this test doesn't fail on EABI hosts (like clang-nativ...
Eli Friedman
1
-1
/
+1
2011-06-16
Commit the right set of tests for r133124. Sorry 'bout that!
Nick Lewycky
2
-4
/
+9
2011-06-16
Reenabling this test with REQUIRES: Asserts
Andrew Trick
1
-3
/
+2
2011-06-16
Add support to lit for build mode requirements. e.g.
Andrew Trick
4
-3
/
+13
2011-06-16
Typos.
Chad Rosier
1
-4
/
+4
2011-06-16
Revision r128665 added an optimization to make use of NEON multiplier
Chad Rosier
2
-1
/
+23
2011-06-16
Add a DAGCombine for (ext (binop (load x), cst)).
Nick Lewycky
3
-63
/
+157
2011-06-16
Silence warnings in non assert builds. Patch by David Blaikie
Bruno Cardoso Lopes
1
-2
/
+2
2011-06-16
Rename the test. Thanks Cameron! Use shorter/generic names.
Anna Zaks
1
-12
/
+12
2011-06-16
Function::getNumBlockIDs() should be used instead of Function::size() to set ...
Anna Zaks
2
-1
/
+82
2011-06-15
Add a limit to the number of instructions memdep will scan in a single block....
Eli Friedman
1
-1
/
+22
2011-06-15
The ARC language-specific optimizer. Credit to Dan Gohman.
John McCall
28
-0
/
+6947
2011-06-15
unittests: add test for APInt::toString()
Dylan Noblesmith
1
-0
/
+46
2011-06-15
Add a new MVT::untyped. This will be used in future work for modelling ISA f...
Owen Anderson
5
-10
/
+54
2011-06-15
Use set operations instead of plain lists to enumerate register classes.
Jakob Stoklund Olesen
15
-547
/
+255
2011-06-15
Update the Clang diagnostic emitter to emit IDs for diagnostic categories.
John McCall
1
-1
/
+11
2011-06-15
Testcase for previous commit.
Rafael Espindola
1
-0
/
+33
2011-06-15
Simplify; no significant functionality change.
Eli Friedman
1
-26
/
+2
2011-06-15
Fix cmake build.
Rafael Espindola
1
-1
/
+0
2011-06-15
Handle jump tables. Test to follow soon.
Rafael Espindola
1
-0
/
+2
2011-06-15
Try fixing http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/...
Argyrios Kyrtzidis
1
-0
/
+4
2011-06-15
Add a new function attribute, nonlazybind, which inhibits lazy-loading
John McCall
9
-1
/
+60
2011-06-15
Remove unused code.
Eli Friedman
2
-134
/
+0
2011-06-15
Document ADT/PackedVector.h in "Programmer's Manual" doc.
Argyrios Kyrtzidis
1
-0
/
+39
2011-06-15
Add unit tests for ADT/PackedVector
Argyrios Kyrtzidis
2
-0
/
+112
2011-06-15
Constify PackedVector::reference::operator T().
Argyrios Kyrtzidis
1
-1
/
+1
2011-06-15
Diagnostic for undefined assembler local symbols.
Jim Grosbach
2
-5
/
+41
2011-06-15
Disabling this test until I can figure out the right lit flags.
Andrew Trick
1
-1
/
+3
2011-06-15
Remove custom allocation orders in SystemZ.
Jakob Stoklund Olesen
3
-262
/
+21
2011-06-15
Another revsh pattern. rdar://9609059
Evan Cheng
3
-0
/
+21
2011-06-15
Added -stress-sched flag in the Asserts build.
Andrew Trick
5
-15
/
+78
2011-06-15
TargetLoweringOpt is a struct used by DAGCombine, not a pass.
Chad Rosier
1
-1
/
+1
2011-06-15
Make PPC64CompilationCallback compilable no non-darwin platforms.
Roman Divacky
1
-34
/
+56
2011-06-15
getZeroExtendInReg needs to get a scalar type
Nadav Rotem
1
-1
/
+2
2011-06-15
This test was failing on X86 machines which do not have SSE4. Fixed the test by
Nadav Rotem
1
-0
/
+17
2011-06-15
Enable the simplification of truncating-store after fixing the usage of
Nadav Rotem
2
-4
/
+5
2011-06-15
Replace the statically generated hashtables for checking register relationshi...
Owen Anderson
3
-134
/
+12
2011-06-15
Teach the .ll parser to handle named metadata with non-simple names.
Nick Lewycky
2
-3
/
+23
2011-06-15
A minor simplification: no functional change.
Bob Wilson
1
-7
/
+4
2011-06-15
Use a SetTheory instance to expand register lists in register classes.
Jakob Stoklund Olesen
2
-5
/
+13
2011-06-15
Remove the LTO stuff from the profile_rt library's Makefile.
Bill Wendling
1
-7
/
+2
2011-06-15
Give CodeGenRegisterClass a real sorted member set.
Jakob Stoklund Olesen
9
-75
/
+75
2011-06-15
Improve the heuristic to emit the alias if the number of hard-coded registers
Bill Wendling
2
-16
/
+38
2011-06-15
Stop using memdep for a check that didn't really make sense with memdep. In t...
Eli Friedman
1
-11
/
+9
[prev]
[next]