projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2009-05-09
Chris Lattner
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2009-05-09
Eli Friedman
Allow scalar evolution to compute iteration counts...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-09
Eli Friedman
Remove a completed optimization. Add a potential optim...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-09
Duncan Sands
Rename PaddedSize to AllocSize, in the hope that this
commit
|
commitdiff
|
tree
|
snapshot
2009-05-09
Sanjiv Gupta
Use 16 bit arithmetic while retrieving the address...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-09
Evan Cheng
Factor out code that optimize loop terminating condition.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-09
Dan Gohman
Don't attempt to handle unsized types in ScalarEvolutio...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Evan Cheng
Enable loop bb placement optimization.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Dan Gohman
Fix bogus overflow checks by replacing them with actual
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Evan Cheng
PPC::B and PPC::BCC's target operand may be an immediate.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Mike Stump
In non-pic builds, we can use -mdynamic-no-pic for...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Dan Gohman
Use .td for tablegen files, not .ll.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Mike Stump
Avoid warning in release-asserts build.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Bill Wendling
Mirror how Fast ISel determines if a region.end intrins...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Dan Gohman
Fold trunc casts into add-recurrence expressions, allow...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Bill Wendling
Compute the offsets of the compile units. We need this...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Dan Gohman
Fix another bug in r71252. This code supports GetElementPtr
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Bill Wendling
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Dan Gohman
Add memoization for getSCEVAtScope results for instructions
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Dan Gohman
Make the SCEV* form of getSCEVAtScope public, to allow...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Bill Wendling
Minor clean ups. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Dan Gohman
Fix an error from r71252.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Bill Wendling
Print out nicer dump info for DIDescriptor.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Dan Gohman
Factor out the code for creating SCEVs for GEPs into a
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Dan Gohman
Implement several new SCEV folding rules for UDiv SCEVs.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Dan Gohman
Add a getExitBlock utility function to LoopInfo which...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Evan Cheng
Don't align loop header unless the loop back edge is...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Anton Korobeynikov
Factor out cycle-finder code and make it generic.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Anton Korobeynikov
Do not emit bit tests if target does not support native...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Anton Korobeynikov
Allow 8 bit select in custom inserter
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Anton Korobeynikov
Properly expand libcalls for urem / srem. Also make...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Anton Korobeynikov
Typo
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Anton Korobeynikov
Expand UREM / SREM into libcalls
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Anton Korobeynikov
Add 8 bit select
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Chris Lattner
Fix PR4152: asm constraint validation happens before...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Duncan Sands
Add some examples to show the difference between
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Chris Lattner
Change 'make install' to install tblgen, for better...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Chris Lattner
fix RewriteStoreUserOfWholeAlloca to use the correct...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Evan Cheng
Reverse branch condition only when there is a condition...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Nick Lewycky
Add explicit braces to disambiguate nested if/else...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Nick Lewycky
This transform requires valid TargetData info. Wrap...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Evan Cheng
Optimize code placement in loop to eliminate unconditio...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Nick Lewycky
Add missing #include for "strlen" which is used inline...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Sanjiv Gupta
Moved pic16 naming functions to correct place.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Eli Friedman
PR4123: don't crash when inlining a call which uses...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Bob Wilson
Fix pr4100. Do not remove no-op copies when they are...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Bob Wilson
Fix a comment (again).
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Bob Wilson
Fix a comment.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Dan Gohman
Revert 71165. It did more than just revert 71158 and...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Dan Gohman
Perform constant folding on operands of instructions...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Dan Gohman
SCEVComplexityCompare's new code was missing SCEVUDivEx...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Duncan Sands
Revert r70876 and add a testcase (@c7) showing the...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Bill Wendling
Temporarily revert r71158. It was causing a failure...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Dan Gohman
Make ScalarEvolution's GroupByComplexity more thorough...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Dan Gohman
Trim unnecessary headers. Code in Analysis shouldn...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Dan Gohman
Constant-fold ptrtoint+add+inttoptr to gep when the...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Dan Gohman
Factor out a common base class between SCEVCommutativeE...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Argyrios Kyrtzidis
Move the tablegen-produced DebugLoc handling into a...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Evan Cheng
Code refactoring.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Evan Cheng
Rename "loop aligner" pass to "code placement optimizat...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Evan Cheng
Eliminate compiler warnings.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Jakob Stoklund...
Add const modifiers.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Bill Wendling
THis doesn't fail.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Bill Wendling
Just turn aggressive stack coloring off at -O3.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Bill Wendling
Temporarily revert r71010. It was causing massive failu...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Argyrios Kyrtzidis
Make DwarfWriter::RecordInlinedFnStart more like the...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Dan Gohman
Use stable_sort instead of plain sort to avoid the...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Bill Wendling
- Move some debug fields to coincide with how GCC emits...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Oscar Fuentes
CMake: Use pthread library when requested and available.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Oscar Fuentes
CMake: Updated lib/Target/PIC16/CMakeLists.txt.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Dale Johannesen
Use X86AddrNumOperands instead of magic constant one
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Evan Cheng
Do not use register as base ptr of pre- and post- inc...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Evan Cheng
Unbreak the build.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
David Greene
Make sure to use signed arithmetic in APInt to fix...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Dan Gohman
Simplify code by using SmallVector's pop_back_val(...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Dan Gohman
Add simplify_type specializations to allow WeakVH,...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Oscar Fuentes
CMake: Updated lib/CodeGen/CMakeLists.txt.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Oscar Fuentes
CMake: Detects libpthread and sets HAVE_LIBPTHREAD.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Oscar Fuentes
CMake: Added cmakedefine for HAVE_PTHREAD_H.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Duncan Sands
Nounwind is not valid for function return values.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Duncan Sands
OCaml parameter attribute bindings from PR2752.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Duncan Sands
Add generic expansion of SUB when ADD and XOR
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Duncan Sands
Fix PR3754: don't mark functions that wrap MallocInst...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Sanjiv Gupta
Emit banksel and movlp instructions.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Duncan Sands
Allow readonly functions to unwind exceptions. Teach
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Mikhail Glushenkov
A better error message.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Lang Hames
Renamed Spiller classes (plus uses and related files...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Mikhail Glushenkov
Regenerate documentation.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Mikhail Glushenkov
The 'forward_as' property did not use its second argument.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Dan Gohman
Fix a copy+pasto in a comment.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Dan Gohman
Delete a FIXME which is no longer relevant, and add...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Evan Cheng
Quotes should be printed before private prefix; some...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Bill Wendling
Add dump method to DIDescriptor.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Dan Gohman
Add an explicit keyword.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Dan Gohman
If a MachineBasicBlock has multiple ways of reaching...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Evan Cheng
Forgot this in the last commit.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Bill Wendling
Temporarily reverting r71008. It was causing this failure:
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Dan Gohman
Add some more documentation for x86 special address...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Evan Cheng
Enable stack coloring with regs at -O3.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
David Greene
Handle overflow of 64-bit loop conditions.
commit
|
commitdiff
|
tree
|
snapshot
next