projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2005-04-26
Duraid Madina
* Add code to reduce multiplies by constant integers...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-26
Reid Spencer
* Implement StrLenOptimization
commit
|
commitdiff
|
tree
|
snapshot
2005-04-26
Reid Spencer
* Add a test case for StrLenOptimization
commit
|
commitdiff
|
tree
|
snapshot
2005-04-26
Reid Spencer
Incorporate feedback from Chris:
commit
|
commitdiff
|
tree
|
snapshot
2005-04-26
Jeff Cohen
Add SimplyLibCalls.cpp to VC++ build
commit
|
commitdiff
|
tree
|
snapshot
2005-04-26
Reid Spencer
Fix RUN: line to not always pass.
commit
|
commitdiff
|
tree
|
snapshot
2005-04-26
Chris Lattner
Fold (X > -1) | (Y > -1) --> (X&Y > -1)
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Reid Spencer
Changes due to code review and new implementation:
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Chris Lattner
implement some more logical compares with constants...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Reid Spencer
Lots of changes based on review and new functionality:
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Reid Spencer
Update the test case to handle a few more (degenerate...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Chris Lattner
Codegen x < 0 | y < 0 as (x|y) < 0. This allows us...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Chris Lattner
Make dominates(A,B) work with post dominators. Patch...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Tanya Lattner
Added question about turning off all optimizations...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Chris Lattner
implement getelementptr.ll:test10
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Chris Lattner
rename fn
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Chris Lattner
Correctly handle global-argument aliases induced in...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Chris Lattner
Don't mess up SCC traversal when a node has null edges...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Chris Lattner
document 'opaque' types
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Chris Lattner
Add feedback from Vikram
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Reid Spencer
Make sure the target buffer is null terminated so we...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Reid Spencer
A test case for testing the StrCatOptimizer, currently...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Reid Spencer
Post-Review Cleanup:
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Reid Spencer
Use the %name rather than the "name" format so those...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Reid Spencer
Shut GCC 4.0 up about classes that have virtual functio...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Reid Spencer
Declare a function to create the SimplifyLibCalls pass.
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Reid Spencer
A new pass to provide specific optimizations for certai...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Reid Spencer
A test case for the the ExitInMain libcall simplification.
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Reid Spencer
Older compilers won't like the inline virtual destructo...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Chris Lattner
fix some bugs
commit
|
commitdiff
|
tree
|
snapshot
2005-04-25
Reid Spencer
Fix a thinko in the documentation of the splitBasicBloc...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-24
Reid Spencer
Shut GCC 4.0 up about classes with virtual functions...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-24
Reid Spencer
Shut GCC 4.0 up when it complains about classes with...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-24
Reid Spencer
Make this readable for newbies and those who can only...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-24
Misha Brukman
extract has been renamed to llvm-extract to avoid confl...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-24
Chris Lattner
Eliminate cases where we could << by 64, which is undef...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-24
Misha Brukman
There are still uses for spaces in Makefiles -- to...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-24
Misha Brukman
extract has been renamed to llvm-extract to avoid confl...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-24
Misha Brukman
elisp code to help with LLVM code standards compliance
commit
|
commitdiff
|
tree
|
snapshot
2005-04-24
Misha Brukman
.vimrc file to aid in LLVM coding standards conformance
commit
|
commitdiff
|
tree
|
snapshot
2005-04-24
Chris Lattner
Implement xor.ll:test21: select (not C), A, B -> selec...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-24
Chris Lattner
Test that xor/select are folded into a select with...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-24
Chris Lattner
Allow these methods to take a generic Value* to simplif...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-24
Chris Lattner
allow these to take a generic Value*
commit
|
commitdiff
|
tree
|
snapshot
2005-04-24
Chris Lattner
Use getPrimitiveSizeInBits() instead of getPrimitiveSiz...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-24
Chris Lattner
unxfail this.
commit
|
commitdiff
|
tree
|
snapshot
2005-04-24
Chris Lattner
add a new testcase which occurs in 181.mcf
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Misha Brukman
* The aesthetic police is on patrol!!...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Chris Lattner
Add a helper method
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Chris Lattner
Fix a bug in my previous checkin
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Chris Lattner
This file is never referenced
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Chris Lattner
Add a method, remove last use of Type.def
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Chris Lattner
add a method, remove a dead #include
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Chris Lattner
Types.def is going away
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Jeff Cohen
Eliminate tabs and trailing spaces
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Jeff Cohen
Eliminate tabs and trailing spaces
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Chris Lattner
Propagate eq sets through the bu graphs to the cbu...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Chris Lattner
add a bunch of documentation about the LLVM type resolu...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Reid Spencer
Make the CBackend actually get included in llc by using...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Chris Lattner
make an advanced topics section, move symtab to it
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Chris Lattner
This is not needed
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Chris Lattner
add a search box for the documentation
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Chris Lattner
Generalize the setcc -> PHI and Select folding optimiz...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Chris Lattner
add a new testcase
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Chris Lattner
Always enable the C backend. This fixes a *vast* numbe...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-23
Alkis Evlogimenos
Add method to return the type this type will be promote...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Reid Spencer
Mention the --enable-targets= option to configure.
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Misha Brukman
* Order #includes as per style guide
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Misha Brukman
Convert tabs to spaces
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Misha Brukman
Hyphenate the adjective `n-bit' when used to describe...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Misha Brukman
Build the `Skeleton' target when building "all" targets
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Reid Spencer
Document the --enable-targets= feature of the configure...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Alkis Evlogimenos
Silence gcc-4.0.0 warnings.
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Misha Brukman
Convert tabs to spaces
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Reid Spencer
Don't always build CBackend and Skeleton. Make use...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Reid Spencer
Implement the --enable-targets= feature of the configur...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Reid Spencer
Two changes:
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Reid Spencer
Make sure the CBackend is always a target that is built.
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Reid Spencer
Consolidate the target selection options into a single...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Andrew Lenharth
keep track of max depth stats
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Reid Spencer
First step in avoiding compilation/usage of non-relevan...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Tanya Lattner
Updated dependence analyzer. Fixed numerous bugs. Same...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Chris Lattner
Malloc/Free have mod/ref effects. Do not allow CSE...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Chris Lattner
remove 'another common example', which doesn't work...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Jeff Cohen
Eliminate tabs and trailing spaces
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Misha Brukman
Convert tabs to spaces
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Misha Brukman
Convert tabs to spaces
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Misha Brukman
Convert tabs to spaces
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Misha Brukman
Convert tabs to spaces
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Misha Brukman
Convert tabs to spaces
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Misha Brukman
Convert tabs to spaces
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Reid Spencer
Add the RUN: prefix to the start of the run line so...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Reid Spencer
Change some old-style casts to C++ style casts to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Reid Spencer
There is no =head3. Convert to =head2.
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Reid Spencer
Correct the documentation to match the program.
commit
|
commitdiff
|
tree
|
snapshot
2005-04-22
Misha Brukman
Remove trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
2005-04-21
Misha Brukman
Remove trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
2005-04-21
Misha Brukman
* Remove trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
2005-04-21
Misha Brukman
Remove trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
next