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
*
Remove references to obsolete -f option.
Daniel Dunbar
2009-09-15
2
-12
/
+0
*
Update llc/opt PODs to clarify they support .ll input.
Daniel Dunbar
2009-09-15
2
-17
/
+19
*
Fix -Asserts warning.
Daniel Dunbar
2009-09-15
1
-1
/
+2
*
lit: When finding nested test suites, check first in the execpath in case there
Daniel Dunbar
2009-09-15
1
-13
/
+22
*
Better solution for tracking both the original alignment of the access, and t...
Nate Begeman
2009-09-15
5
-71
/
+55
*
Correct comment pasto
Jim Grosbach
2009-09-15
1
-1
/
+1
*
Added a new register class for segment registers
Sean Callanan
2009-09-15
3
-0
/
+25
*
Change the marker byte for stubs from 0xcd to 0xce (another form of
Dale Johannesen
2009-09-15
1
-3
/
+6
*
fix PR4984 by ensuring that fastisel adds properly sign extended GEP displace...
Chris Lattner
2009-09-15
2
-3
/
+23
*
rename test
Chris Lattner
2009-09-15
1
-0
/
+0
*
convert to filecheck
Chris Lattner
2009-09-15
1
-4
/
+20
*
add missing file
Chris Lattner
2009-09-15
1
-0
/
+32
*
Handle AddrMode4 for Thumb2 in rewriteT2FrameIndex. This occurs for
Bob Wilson
2009-09-15
1
-0
/
+5
*
Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov.
Sandeep Patel
2009-09-15
2
-2
/
+43
*
several major improvements to the sparc backend: support for weak linkage
Chris Lattner
2009-09-15
10
-48
/
+212
*
Teach ValueTracking how to look through GlobalAliases. GlobalAliases are
Dan Gohman
2009-09-15
1
-0
/
+12
*
Fix an accidental inversion of the inbounds flag.
Dan Gohman
2009-09-15
1
-3
/
+3
*
When a constant's type is refined, update the constant in place
Dan Gohman
2009-09-15
7
-215
/
+209
*
Use llvm-link -S instead of using llvm-dis.
Dan Gohman
2009-09-15
21
-24
/
+24
*
Give llvm-link a -S option.
Dan Gohman
2009-09-15
2
-3
/
+13
*
Don't bother using a PassManager just to print a Module.
Dan Gohman
2009-09-15
1
-7
/
+2
*
Restore a comment that was lost in the merge.
Dan Gohman
2009-09-15
1
-0
/
+4
*
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
[next]