projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2007-08-21
Devang Patel
Preserve LCSSA.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Devang Patel
Use SmallVector.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Devang Patel
No need to hardcode SmallVector size.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Bruno Cardoso...
InlineAsm asm support for integer registers added
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Bruno Cardoso...
Instruction Itinerary attribution fixed
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
David Greene
Doxygenize comments.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Chris Lattner
Fix potentially N^2 behavior handling arrays with many...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Anton Korobeynikov
Use only 1 knob to enable exceptions on Darwin :).
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Devang Patel
Use SmallVector instead of std::vector.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Chris Lattner
simplify code, improve a comment.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Devang Patel
s/ExitBlock/ExitingBlock/g
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Chris Lattner
initial checkin of Neil's APFloat work.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Chris Lattner
clarify precedence, no functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Chris Lattner
add reverse iterators to smallvector
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Anton Korobeynikov
- Use correct header for SCEV inside LoopPass.cpp
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Devang Patel
Replace indunction variable with split value in loop...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Devang Patel
Do not split loops rejected by processOneIterationLoop().
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
David Greene
Add FilteredPassNameParser along with PassArgFilter...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Dan Gohman
Minor cleanups to reduce some spurious differences...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Dan Gohman
Add Type::isIntOrIntVector, like Type::isFPOrFPVector.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Dan Gohman
When Intrinsic::getName is constructing names for overl...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Duncan Sands
Fix this test for gcc-4.2.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Rafael Espindola
Partial implementation of calling functions with byval...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Chris Lattner
add a note
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Chris Lattner
update the xcode project file, patch by Gordon Henriksen
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Chris Lattner
Fix PR1611 - Visibility should be ignored for a declaration
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Chris Lattner
simplify code and print visibility for declarations.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Chris Lattner
add mips target to builder. I'd appreciate it if someo...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Nick Lewycky
Oops, remove assert that wasn't meant to be committed.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Nick Lewycky
Never insert duplicate edges.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Nick Lewycky
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Nick Lewycky
Simplify.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Chris Lattner
Compute the argument list as lazily as possible. This...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Chris Lattner
use a nicer accessor.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Evan Cheng
Test dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Evan Cheng
Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C) depending...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Bruno Cardoso...
MipsHi now has ouput flag
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Bruno Cardoso...
Fixed stack frame addressing bug
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Bruno Cardoso...
support for Schedule included on Mips.td
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Bruno Cardoso...
Removed LowerRETURADDR, fixed small bug into LowerRET...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Bruno Cardoso...
Couple of small changes. Delay Slot handle header declared.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Bruno Cardoso...
Added InstrItinClass support for instruction formats
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Bruno Cardoso...
Branch Analysis and InsertNoop inserted into header...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Bruno Cardoso...
createMipsDelaySlotFillerPass added to mips codegen...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Bruno Cardoso...
Added Branch Analysis support
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Bruno Cardoso...
LowerRETURNADDR removed since it was wrong and does...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Bruno Cardoso...
InstrItineraryData support on added.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Bruno Cardoso...
A Pass to insert Nops on intructions with DelaySlot
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Bruno Cardoso...
Mips generic fallback instruction schedule support!
commit
|
commitdiff
|
tree
|
snapshot
2007-08-18
Devang Patel
Avoid spliting loops where two split condition branches...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-17
Devang Patel
Add loop index split tests.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-17
Devang Patel
When one branch of condition is eliminated then head...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-17
Evan Cheng
Avoid issue on 64-bit hosts.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-17
Chris Lattner
improve iplist comments. Switch iplist from allocating...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-17
David Greene
Fix GLIBCXX_DEBUG error of comparing two singular iterators
commit
|
commitdiff
|
tree
|
snapshot
2007-08-17
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-17
Reid Spencer
Fix PR1606:
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Evan Cheng
New test. Make sure dynamic_stackalloc size is rounded up.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Evan Cheng
Update test: dynamic_stackalloc size *must* be rounded...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Evan Cheng
If dynamic_stackalloc alignment is > stack alignment...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Evan Cheng
- If a dynamic_stackalloc alignment requirement is...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Owen Anderson
Factor out some code into a helper function.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Dan Gohman
Fix the verification for overloaded intrinsic types...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Owen Anderson
Add some more comments to GVN.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Dan Gohman
Add MVT::fAny for overloading intrinsics on floating...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Owen Anderson
Cache non-local memory dependence analysis. This is...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Chris Lattner
This adds a bunch of static functions that implement...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Rafael Espindola
add byval test
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Reid Spencer
Improve error handling in the linker by:
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Evan Cheng
Comments.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Evan Cheng
Fix some kill info update bugs; add hidden option ...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Reid Spencer
Ensure that error messages a propagated from calls...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Reid Spencer
Add a test to ensure that obvious link messages are...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Owen Anderson
Forgot a line.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Owen Anderson
Add a copy constructor and an assignment operator to...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Lauro Ramos...
Implement FPOWI ExpandOp.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Anton Korobeynikov
Properly use const qualifiers
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Evan Cheng
Test case for PR1609.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Evan Cheng
If the source of a move is in spill slot, the reload...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
David Greene
Update .cvs file
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Anton Korobeynikov
Move ReturnAddrIndex variable to X86MachineFunctionInfo...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Chris Lattner
add a note.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Dan Gohman
svn propdel the svn:mime-type property of application...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Dan Gohman
This test used "wc | grep ..."; convert it to use the...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Dan Gohman
Convert tests using "grep -c ... | grep ..." to use...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Dan Gohman
Delete extraneous uses of wc -l.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Dan Gohman
Convert another test to use the count script. This...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Dan Gohman
Convert tests using "| wc -l | grep ..." to use the...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Devang Patel
Dominance frontier is now required.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Devang Patel
Cleanup removeBlocks.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Reid Spencer
Remove unneeded header file.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Devang Patel
Avoid triangle loops.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Devang Patel
Break infinite loop.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Devang Patel
Avoid nested loops at the moment.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Evan Cheng
New test.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Evan Cheng
- If a def is dead, do not spill it.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Evan Cheng
Test case for PR1596.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Evan Cheng
Fix for PR1596: AdjustCopiesBackFrom() should conservat...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Evan Cheng
If a MI's def is remat as well as spilled, and the...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Devang Patel
Fix dominance frontier update while removing blocks.
commit
|
commitdiff
|
tree
|
snapshot
next