index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix apostrophos.
Dan Gohman
2009-09-15
7
-8
/
+8
*
Add more newlines to make up for the ones removed from the end of instructions.
Nick Lewycky
2009-09-15
1
-9
/
+12
*
Forgot this.
Evan Cheng
2009-09-15
1
-2
/
+1
*
Another try at early partial coalescing. Identity phi source copies (their so...
Evan Cheng
2009-09-15
1
-58
/
+56
*
convert to filecheck
Chris Lattner
2009-09-15
1
-9
/
+10
*
Forbid arrays of function-type and structures with function-typed fields.
Nick Lewycky
2009-09-15
2
-17
/
+19
*
fix PR4963: folding insertvalue would sometimes turn a packed struct into
Chris Lattner
2009-09-15
2
-20
/
+30
*
add a new CallGraphNode::replaceCallEdge method and use it from
Chris Lattner
2009-09-15
3
-4
/
+27
*
add newline to debug dump
Chris Lattner
2009-09-15
1
-1
/
+1
*
make -debug-pass=Executions show information about what call graph nodes
Chris Lattner
2009-09-15
3
-5
/
+32
*
add some missing quotes in debug output
Chris Lattner
2009-09-15
1
-2
/
+2
*
switch scciterator to use DenseMap instead of std::map
Chris Lattner
2009-09-15
1
-2
/
+2
*
this is failing on linux hosts, force a triple.
Chris Lattner
2009-09-15
1
-1
/
+1
*
Remove invalid add_dependencies line to unbreak the CMake build.
Ted Kremenek
2009-09-15
1
-1
/
+1
*
Get rid of GetProcessId in Win32/Program.inc.
Mikhail Glushenkov
2009-09-15
3
-51
/
+26
*
merge one more in.
Chris Lattner
2009-09-15
2
-12
/
+10
*
merge some more cmov tests into cmov.ll
Chris Lattner
2009-09-15
3
-87
/
+95
*
merge two cmov tests into one.
Chris Lattner
2009-09-15
3
-49
/
+48
*
Don't pull a load through a callseq_start if the load's chain
Dan Gohman
2009-09-15
2
-1
/
+25
*
Remove incorrect CSE code from r81813.
Nate Begeman
2009-09-15
1
-2
/
+0
*
Modified the Intel instruction tables to include
Sean Callanan
2009-09-15
2
-4
/
+37
*
Added the first bits of the ARM target assembler to llvm-mc. For now it only
Kevin Enderby
2009-09-15
7
-6
/
+127
*
Substantially speed up combiner-aa in the following ways:
Nate Begeman
2009-09-15
1
-33
/
+69
*
Teach the legalizer to propagate the original alignment of loads and store when
Nate Begeman
2009-09-15
1
-6
/
+11
*
On x86-64, the 32-bit cmov doesn't actually clear the high 32-bit of
Dan Gohman
2009-09-15
2
-3
/
+24
*
Add an "original alignment" field to load and store nodes. This enables the
Nate Begeman
2009-09-15
4
-36
/
+54
*
When extending a memset range past the front, set the alignment of the
Dan Gohman
2009-09-14
2
-0
/
+19
*
Expose initializing the native target for the execution engine.
Erick Tryzelaar
2009-09-14
7
-2
/
+20
*
Make sure to initialize the fpm in the ocaml tutorial.
Erick Tryzelaar
2009-09-14
4
-0
/
+10
*
Add early coalescing to liveintervals. This is work in progress and is known ...
Evan Cheng
2009-09-14
3
-31
/
+180
*
Pull the creation of the "RewindFunction" function out of the loop. It's only
Bill Wendling
2009-09-14
1
-14
/
+25
*
Update a comment to match the source. PseudoSourceValues are now
Dan Gohman
2009-09-14
1
-4
/
+7
*
trivial whitespace cleanup
Jim Grosbach
2009-09-14
1
-2
/
+2
*
add PR#
Chris Lattner
2009-09-14
1
-0
/
+1
*
Enable the jit for llvm-config.
Eric Christopher
2009-09-14
2
-2
/
+2
*
Add a valgrind suppressions file for x86_64/linux/4.3.3.
Daniel Dunbar
2009-09-14
1
-0
/
+23
*
Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics.
Daniel Dunbar
2009-09-14
1
-1
/
+1
*
Update CMake dependencies.
Daniel Dunbar
2009-09-14
1
-11
/
+11
*
Update CMake.
Daniel Dunbar
2009-09-14
1
-0
/
+1
*
PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart.
Chris Lattner
2009-09-14
3
-8
/
+4
*
Change MCAsmStreamer to take an MCInstPrinter instead of a
Chris Lattner
2009-09-14
6
-18
/
+66
*
Teach 'make check-lit' to run unittests.
Daniel Dunbar
2009-09-14
2
-1
/
+81
*
Attempt to fix some 4.0.0 build warnings.
Daniel Dunbar
2009-09-14
1
-23
/
+23
*
lit: Give test formats control over test discovery.
Daniel Dunbar
2009-09-14
5
-26
/
+100
*
Fix a pair of comment typos.
Nick Lewycky
2009-09-14
1
-2
/
+3
*
Fifth time's a charm! Remove ourselves as abstract type listeners once we've
Nick Lewycky
2009-09-14
1
-3
/
+16
*
Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinter
Chris Lattner
2009-09-14
4
-12
/
+19
*
add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.
Chris Lattner
2009-09-14
4
-4
/
+48
*
tidy up a bit.
Chris Lattner
2009-09-14
1
-16
/
+8
*
slightly increase prettiness.
Chris Lattner
2009-09-14
1
-2
/
+2
[next]