Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
a928403ca41f8816f345550eb184175492b64e30
a928403
changes to make it compatible with 64bit gcc
by Anand Shukla
· 23 years ago
add9643
minor change in removing endl
by Anand Shukla
· 23 years ago
0d1fa55
We must with with GCC 2.95 :(
by Chris Lattner
· 23 years ago
4a9f933
changes to make it compatible with 64bit gcc
by Anand Shukla
· 23 years ago
b7c6c2a
Avoid calling LLVM "Strongly typed"
by Chris Lattner
· 23 years ago
0bdbfe0
Added setSuccessor() method to terminator instructions
by Anand Shukla
· 23 years ago
a3b8867
New testcase
by Chris Lattner
· 23 years ago
c98cbbc
Add borders to truth tables
by Chris Lattner
· 23 years ago
7bae395
Minor tuning and fleshing out of the language reference.
by Chris Lattner
· 23 years ago
3eaf59b
Build all subdirectories
by Chris Lattner
· 23 years ago
7e70829
MEGAPATCH checkin.
by Chris Lattner
· 23 years ago
0b12b5f
by Chris Lattner
· 23 years ago
1896150
*** empty log message ***
by Chris Lattner
· 23 years ago
a2204e1
Description of a large patch that I checked in
by Chris Lattner
· 23 years ago
624c3e0
Simplify the code that adds passes so compilation can stop after any step
by Chris Lattner
· 23 years ago
bb03efd
* Update with MegaPatch * Fix various bugs
by Chris Lattner
· 23 years ago
24e845f
* Update to work with Megapatch
by Chris Lattner
· 23 years ago
9234d03
Remove DynamicConstantMerge pass, because it did not fit in with the Pass
by Chris Lattner
· 23 years ago
ce0141e
Remove "fixers" for problems in GCC generated code that cannot be generated
by Chris Lattner
· 23 years ago
c43fa80
Relocating Graph.h
by Anand Shukla
· 23 years ago
15c5977
Test more thoroughly
by Chris Lattner
· 23 years ago
65fbd4a
Expose the analyzer
by Chris Lattner
· 23 years ago
f497640
Basic test of the inlinr
by Chris Lattner
· 23 years ago
578cf90
Testcase for unimplemented feature
by Chris Lattner
· 23 years ago
6a45509
Checkin descriptive note
by Chris Lattner
· 23 years ago
8bed246
Mark some stuff as done
by Chris Lattner
· 23 years ago
23e07e7
New testcases for verifier
by Chris Lattner
· 23 years ago
db241dc
Fix constness
by Chris Lattner
· 23 years ago
122787b
Fix Constness problems
by Chris Lattner
· 23 years ago
d6c5104
Fix const problems
by Chris Lattner
· 23 years ago
9fcccb0
Fix constness problem
by Chris Lattner
· 23 years ago
a48836b
Fix constness problems now that the cast operators preserve the constness
by Chris Lattner
· 23 years ago
51727be
* Be more typesafe: cast<x> now no longer discards constness
by Chris Lattner
· 23 years ago
4401441
Disable debugging output
by Chris Lattner
· 23 years ago
0f99555
*** empty log message ***
by Chris Lattner
· 23 years ago
a51b767
Allow const bb's to be checked for containment in a loop
by Chris Lattner
· 23 years ago
84369b3
Avoid deleting individual instructions until AFTER dead blocks have dropped
by Chris Lattner
· 23 years ago
5454f82
New testcase that is a distilled form of the other one
by Chris Lattner
· 23 years ago
1303b5d
New testcase that crashes ADCE
by Chris Lattner
· 23 years ago
a338016
Simplify the interface to local dce and constprop
by Chris Lattner
· 23 years ago
16da494
Simplify the interface to local DCE and Constant prop
by Chris Lattner
· 23 years ago
9e77f77
Support opaque type printing a little bit at least
by Chris Lattner
· 23 years ago
bd8619d
Do not remove type names that contain a .
by Chris Lattner
· 23 years ago
abe6c3d
Fix "unimplemented features":
by Chris Lattner
· 23 years ago
77ff8fa
Testcases to show what -funcresolve does.
by Chris Lattner
· 23 years ago
76ec6e1
Run FuncResolve tests
by Chris Lattner
· 23 years ago
22ee3eb
Split the FunctionResolution pass out of CleanGCCOutput.cpp.
by Chris Lattner
· 23 years ago
d20a98e
Fix comments to reflect reality
by Chris Lattner
· 23 years ago
47e0f3a
Support programs that do not #include <malloc.h> or give a full prototype
by Chris Lattner
· 23 years ago
7e9ee75
New testcase, to be inspected by hand
by Chris Lattner
· 23 years ago
5424e50
No need to run dce with adce right behind!
by Chris Lattner
· 23 years ago
0fa5906
New testcase
by Chris Lattner
· 23 years ago
6a13592
Make sure the extracted function has external linkage, so that it doesn't
by Chris Lattner
· 23 years ago
1ab854a
New testcase
by Chris Lattner
· 23 years ago
c2b42b3
Fold add X, 0 for floating point types as well
by Chris Lattner
· 23 years ago
89d46b0
Fix bug: test/Regression/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll
by Chris Lattner
· 23 years ago
37dc78d
New testcase
by Chris Lattner
· 23 years ago
85c5465
Convert RegClass::IsColorUsedArr from a dynamically allocated array to
by Chris Lattner
· 23 years ago
195755c
Add a new setSuccessor method to terminator instructions
by Chris Lattner
· 23 years ago
b3eac89
Implement DataTypes.h in terms of inttypes.h
by Chris Lattner
· 23 years ago
0c51266
Avoid creating the symbol table if we don't need it.
by Chris Lattner
· 23 years ago
8ebccb7
by Chris Lattner
· 23 years ago
68e0278
Print out function name with % style instead of "" style
by Chris Lattner
· 23 years ago
740d3cd
Remove spaces from function names
by Chris Lattner
· 23 years ago
9488e1b
New testcase
by Chris Lattner
· 23 years ago
faa967e
Run profile paths tests
by Chris Lattner
· 23 years ago
567c1e8
Test cases for profile paths pass
by Chris Lattner
· 23 years ago
f09c74c
Convert code to use the DEBUG macro so that debug code can simply be
by Chris Lattner
· 23 years ago
d9036a1
Fix and implement ADCE to finally work!
by Chris Lattner
· 23 years ago
ff8207f
Add the ADCE pass to gccas finally!
by Chris Lattner
· 23 years ago
277f651
New testcase
by Chris Lattner
· 23 years ago
3329c3c
Build the extract utility
by Chris Lattner
· 23 years ago
579d914
Initial checkin of the "extract" utility
by Chris Lattner
· 23 years ago
91c9337
Add more testcases for ADCE
by Chris Lattner
· 23 years ago
b3abf9d
Convert transforms over to standardize debugging output on -debug option
by Chris Lattner
· 23 years ago
f016ea4
Use the new DEBUG(x) macro to allow debugging code to be enabled on the commandline
by Chris Lattner
· 23 years ago
70e60cb
Move debug options out of header files so that the header does not have
by Chris Lattner
· 23 years ago
59dcbf9
Move the DEBUG_LV option out of the public header file into a private header.
by Chris Lattner
· 23 years ago
e87adaa
Avoid #including CommandLine.h
by Chris Lattner
· 23 years ago
4435ac0
Implement a new command line option, -debug, which is meant to unify all of
by Chris Lattner
· 23 years ago
71fb716
Add ability to update existing variables with values read from the command line
by Chris Lattner
· 23 years ago
7f9412b
Fix bug: test/Regression/Transforms/SCCP/2002-05-21-InvalidSimplify.ll
by Chris Lattner
· 23 years ago
bec7dca
Must run cfgsimplify to eliminate dead blocks
by Chris Lattner
· 23 years ago
53eaf1e
New testcase
by Chris Lattner
· 23 years ago
594b9fa
* Fix typeo
by Chris Lattner
· 23 years ago
01d1ee3
Add implementation of SimplifyCFG
by Chris Lattner
· 23 years ago
573527b
New CFG Simplification pass: removed from the old DCE pass
by Chris Lattner
· 23 years ago
814908b
Expose cfg simplification pass
by Chris Lattner
· 23 years ago
e3a20e7
Simplify CFG after code generation is done
by Chris Lattner
· 23 years ago
76ae344
Simplify interface to ConstantFoldTerminator
by Chris Lattner
· 23 years ago
b8bcb08
Expose CFG simplification pass
by Chris Lattner
· 23 years ago
069667c
New testcase
by Chris Lattner
· 23 years ago
87a09b1
Fix bug: test/Regression/Transforms/CFGSimplify/2002-05-21-PHIElimination.ll
by Chris Lattner
· 23 years ago
4a4e39d
Update run line
by Chris Lattner
· 23 years ago
2f3ee64
This testcase was very broken! The block could not be merged because then
by Chris Lattner
· 23 years ago
58e06e7
New testcase
by Chris Lattner
· 23 years ago
963b70b
Fix bug: test/Regression/CBackend/2002-05-21-MissingReturn.ll
by Chris Lattner
· 23 years ago
94c75ec
New TEstcase
by Chris Lattner
· 23 years ago
8532fb0
by Mehwish Nagda
· 23 years ago
1458cef
Remove unneccesary path from link line now
by Chris Lattner
· 23 years ago
Next »