Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
fb0c3bd5314a26fd95d1c25d81960548200dbbbe
fb0c3bd
New testcase.
by Chris Lattner
· 20 years ago
45cf34c
Eliminate empty sub-list
by Misha Brukman
· 20 years ago
7c68ec6
Fix a pointer invalidation problem. This fixes Generic/badarg6.ll
by Chris Lattner
· 20 years ago
5351e9b
Fold conditional branches on constants away.
by Chris Lattner
· 20 years ago
4287d5e
Fix a thinko in the reassociation code, fixing Generic/badlive.ll
by Chris Lattner
· 20 years ago
b00a642
Add support for truncating integer casts from long.
by Chris Lattner
· 20 years ago
8afc48e
Fix a bug in load expansion legalization and ret legalization. This fixes
by Chris Lattner
· 20 years ago
c7af179
Legalize unconditional branches too
by Chris Lattner
· 20 years ago
9cd87db
Cleanup a bunch of tests. In particular do not allow target directives in
by Chris Lattner
· 20 years ago
7cc4777
Implement support for long GEP indices on 32-bit archs and support for
by Chris Lattner
· 20 years ago
fd8c39b
Simplify: truncate ({zero|sign}_extend (X))
by Chris Lattner
· 20 years ago
03c0cf8
implement legalization of a bunch more operators.
by Chris Lattner
· 20 years ago
c33fc82
Make this test a bit more interesting by making there actually be a use of the
by Chris Lattner
· 20 years ago
fad71eb
Fix another bug legalizing calls!
by Chris Lattner
· 20 years ago
f44fd88
Fix handling of dead PHI nodes.
by Chris Lattner
· 20 years ago
ebda942
Fix a bug legalizing calls
by Chris Lattner
· 20 years ago
3b5d631
modernize and clean up this test.
by Chris Lattner
· 20 years ago
62fd269
After legalizing a DAG, delete dead nodes to save space.
by Chris Lattner
· 20 years ago
0e12e6e
Implement RemoveDeadNodes
by Chris Lattner
· 20 years ago
d1fc964
Add a new SelectionDAG::RemoveDeadNodes method
by Chris Lattner
· 20 years ago
39931a3
Fix include. Too easy to make mistakes like this on Windows :(
by Jeff Cohen
· 20 years ago
c045579
Remove the open projects page from the docs directory.
by Chris Lattner
· 20 years ago
9e3bdf1
Capitalize Bugpoint.
by Misha Brukman
· 20 years ago
bb66a9f
Get new SelectionDAG stuff building with Visual Studio.
by Jeff Cohen
· 20 years ago
c18ae4c
Teach legalize how to handle condbranches
by Chris Lattner
· 20 years ago
186fcf6
Add a testcase I forgot to commit earlier.
by Chris Lattner
· 20 years ago
2e8bd68
X86 BE requires SelectionDAG
by Chris Lattner
· 20 years ago
85139f5
X86 JIT requires the selection dag library.
by Chris Lattner
· 20 years ago
18ad194
Allow the selection-dag based selector to be diabled with -disable-pattern-isel.
by Chris Lattner
· 20 years ago
8acb1ba
Reimplementation of the X86 pattern isel. This is still missing many large
by Chris Lattner
· 20 years ago
d844d01
This file is now dead.
by Chris Lattner
· 20 years ago
95cdb36
Add a new prototype
by Chris Lattner
· 20 years ago
1c08c71
Initial implementation of the SelectionDAGISel class. This contains most
by Chris Lattner
· 20 years ago
b75c12d
This file is obsolete
by Chris Lattner
· 20 years ago
3e928bb
Initial implementation of the DAG legalization. This still has a long way
by Chris Lattner
· 20 years ago
e89c7c6
But not the identation of THAT line
by Jeff Cohen
· 20 years ago
c3aae25
Complete rewrite of the SelectionDAG class.
by Chris Lattner
· 20 years ago
cc524ca
Common base class for SelectionDAG-based instruction selectors.
by Chris Lattner
· 20 years ago
63b570d
Initial implementation of the nodes in a SelectionDAG.
by Chris Lattner
· 20 years ago
310968c
First draft of new Target interface
by Chris Lattner
· 20 years ago
75c2d0a
First draft of a new Target interface
by Chris Lattner
· 20 years ago
b99468d
Correct indentation levels
by Jeff Cohen
· 20 years ago
fe59d36
Add convenience method.
by Chris Lattner
· 20 years ago
60766f7
Convert tabs to spaces
by Misha Brukman
· 20 years ago
d9ed8c8
Add missing createXxxPass functions
by Jeff Cohen
· 20 years ago
afc2000
Remove bogus project folder
by Jeff Cohen
· 20 years ago
3e4c46f
Fix spelling.
by Misha Brukman
· 20 years ago
c313932
Update list of passes
by Jeff Cohen
· 20 years ago
30becbd
Add missing include
by Jeff Cohen
· 20 years ago
835ca25
Fix return type
by Jeff Cohen
· 20 years ago
6ac95f9
Codegen -1 and -0.0 more efficiently. This implements CodeGen/X86/negatize_zero.ll
by Chris Lattner
· 20 years ago
7c8ad7a
New testcase
by Chris Lattner
· 20 years ago
488742a
No need to pessimize current code for future possibilities.
by Chris Lattner
· 20 years ago
e67bc13
Get the #ifdef right on LinkAllPasses.h.
by Jeff Cohen
· 20 years ago
00f3db6
Fix minor mistakes
by Jeff Cohen
· 20 years ago
d1c452b
Get rid of those pesky tabs...
by Jeff Cohen
· 20 years ago
4b807e0
Add project opt to Visual Studio.
by Jeff Cohen
· 20 years ago
f5e58f8
Put createLoopUnswitchPass() into proper namespace
by Jeff Cohen
· 20 years ago
8ca7191
Add missing include
by Jeff Cohen
· 20 years ago
466d939
Fix incorrect return type.
by Jeff Cohen
· 20 years ago
d01f65a
Fix CBE code so that it compiles with VC++.
by Jeff Cohen
· 20 years ago
13259f8
Add required #include
by Chris Lattner
· 20 years ago
15afefb
Add a useful method
by Chris Lattner
· 20 years ago
b66144c
Add a list end sentinal
by Chris Lattner
· 20 years ago
8853b13
Add the SystemLibrary.html document now that its done.
by Reid Spencer
· 20 years ago
d593afc
Add a missing <div>
by Reid Spencer
· 20 years ago
0c00485
Bulk upgrade of this document. Cruft removed, new stuff added, general
by Reid Spencer
· 20 years ago
eadc9ef
The Java project now lives under projects/llvm-java.
by Alkis Evlogimenos
· 20 years ago
564a571
Make opt honor the quiet option when printing the bytecode warning.
by Reid Spencer
· 20 years ago
6234582
1. Make sure that "dot" can be found in the path
by Reid Spencer
· 20 years ago
33a1218
Ignore autoconf/aclocal generated stuff.
by Reid Spencer
· 20 years ago
5384b38
1. If a double FP constant must be put into a constant pool, but it can be
by Chris Lattner
· 20 years ago
d34b257
add an assertion
by Chris Lattner
· 20 years ago
0539313
Minor optimization to allocate R8 registers in a better order.
by Chris Lattner
· 20 years ago
2dcb968
ignore generated file
by Chris Lattner
· 20 years ago
f1c4dbe
Ignore generated file
by Chris Lattner
· 20 years ago
868cc74
Ignore .dir
by Chris Lattner
· 20 years ago
785b9c0
Update this test to pass.
by Chris Lattner
· 20 years ago
38fd88a
Cleanup configuration for Cygwin
by Reid Spencer
· 20 years ago
2f654ba
Make bison/flex build steps output the same message in Visual Studio as on Unix.
by Jeff Cohen
· 20 years ago
3af72e7
Add C backend to llc in Visual Studio.
by Jeff Cohen
· 20 years ago
b9befc5
Test that trivial constants are not printed in hex notation.
by Chris Lattner
· 20 years ago
71d94d1
To not break TBAA rules, use a union.
by Chris Lattner
· 20 years ago
67cb2f6
Do not let 'ftostr' return a string that starts with spaces. This allows
by Chris Lattner
· 20 years ago
a569877
Add a testcase to check that initializer that CAN be evaluated statically ARE.
by Chris Lattner
· 20 years ago
6c11981
Fix this script to work with hyphenated llvm-gcc and friend.
by Chris Lattner
· 20 years ago
f5629d0
Quote the paths and not the assignment of the PATH variable.
by John Criswell
· 20 years ago
447d5bb
Joining the quote fray...
by John Criswell
· 20 years ago
4c20532
Add additional header file to VS project. Patch submitted by Morten.
by Jeff Cohen
· 20 years ago
1c32f79
Revert elimination of global variable hack... still needed.
by Jeff Cohen
· 20 years ago
43ff900
Integrate dependency graphs.
by Reid Spencer
· 20 years ago
8d8003d
Add library dependency and object dependency graphs.
by Reid Spencer
· 20 years ago
2abc27d
new testcase for PR481
by Chris Lattner
· 20 years ago
8de9f23
Bug fixed
by Chris Lattner
· 20 years ago
7773fe4
New testcase for PR487
by Chris Lattner
· 20 years ago
2d7eb98
Make sure the path is properly set in the llvmgcc and llvmgxx variables.
by Reid Spencer
· 20 years ago
140935a
Re-apply last (reverted) patch. Reverting doesn't solve the actual problem
by Reid Spencer
· 20 years ago
22e7edd
Don't quote the PATH variable value just in case it has spaces in it, as
by Jeff Cohen
· 20 years ago
10197ff
ADC and IMUL are also commutable.
by Chris Lattner
· 20 years ago
35e5c7c
This hunk:
by Chris Lattner
· 20 years ago
Next »