projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Take advantage of the recent improvements to the liveintervals set (tracking
[oota-llvm.git]
/
lib
/
2006-08-24
Chris Lattner
Take advantage of the recent improvements to the livein...
tree
|
commitdiff
2006-08-24
Reid Spencer
Remove a character to avoid line exceeding 80 cols.
tree
|
commitdiff
2006-08-24
Owen Anderson
Implement unrolling of multiblock loops. This signific...
tree
|
commitdiff
2006-08-24
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-24
Rafael Espindola
add the "eq" condition code
tree
|
commitdiff
2006-08-24
Rafael Espindola
create a generic bcond instruction that has a condition...
tree
|
commitdiff
2006-08-24
Rafael Espindola
initial support for branches
tree
|
commitdiff
2006-08-23
Nate Begeman
Initial checkin of the Mach-O emitter. There's plenty...
tree
|
commitdiff
2006-08-23
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-23
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-23
Reid Spencer
Turn off exception handling for this library. It no...
tree
|
commitdiff
2006-08-23
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-23
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-23
Reid Spencer
Make the ProgramName variable a std::string so we can...
tree
|
commitdiff
2006-08-23
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-23
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-22
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-22
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-22
Reid Spencer
Update for changes in Path class interface for exceptio...
tree
|
commitdiff
2006-08-22
Reid Spencer
Make the sys::Path::GetTemporaryDirectory method not...
tree
|
commitdiff
2006-08-22
Chris Lattner
Improve the LiveInterval class to keep track of which...
tree
|
commitdiff
2006-08-22
Reid Spencer
Fix another occurrence of inverted logic on the result...
tree
|
commitdiff
2006-08-22
Reid Spencer
Inverse the error check logic for the MappedFile::map...
tree
|
commitdiff
2006-08-22
Reid Spencer
Don't throw needlessly. Failure of gettimeofday is...
tree
|
commitdiff
2006-08-22
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-22
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-22
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-22
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-22
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-22
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-22
Rafael Espindola
add a README.txt
tree
|
commitdiff
2006-08-22
Reid Spencer
Make an error message a little more intelligible.
tree
|
commitdiff
2006-08-21
Chris Lattner
Print physreg names symbolically in dumps
tree
|
commitdiff
2006-08-21
Chris Lattner
Print debug info as:
tree
|
commitdiff
2006-08-21
Rafael Espindola
initial support for select
tree
|
commitdiff
2006-08-21
Jim Laskey
Adding C++ member support.
tree
|
commitdiff
2006-08-21
Jim Laskey
Adding new Dwarf constants.
tree
|
commitdiff
2006-08-21
Chris Lattner
Fix PR861
tree
|
commitdiff
2006-08-21
Chris Lattner
Fix PR885
tree
|
commitdiff
2006-08-21
Rafael Espindola
add the and instruction
tree
|
commitdiff
2006-08-21
Bill Wendling
Added a check so that if we have two machine instructio...
tree
|
commitdiff
2006-08-21
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-21
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-21
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-20
Rafael Espindola
call computeRegisterProperties
tree
|
commitdiff
2006-08-18
Chris Lattner
regenerate
tree
|
commitdiff
2006-08-18
Chris Lattner
trivial optimization
tree
|
commitdiff
2006-08-18
Reid Spencer
Add a comment about the mechanisms used to rid AsmParse...
tree
|
commitdiff
2006-08-18
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-18
Reid Spencer
Fix a grammaro in a comment.
tree
|
commitdiff
2006-08-18
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-17
Chris Lattner
Constify some methods. Patch provided by Anton Vayvod...
tree
|
commitdiff
2006-08-17
Chris Lattner
Revert this patch, the front-end has been fixed to...
tree
|
commitdiff
2006-08-17
Chris Lattner
'g' is handled by the front-end.
tree
|
commitdiff
2006-08-17
Andrew Lenharth
Fix handling of 'g'. Closes 883
tree
|
commitdiff
2006-08-17
Rafael Espindola
add a "load effective address"
tree
|
commitdiff
2006-08-17
Andrew Lenharth
Add the 'c' constraint as needed by the linux kernel
tree
|
commitdiff
2006-08-17
Andrew Lenharth
Add support for S and D constraints, as needed to compi...
tree
|
commitdiff
2006-08-17
Chris Lattner
switch the SUnit pred/succ sets from being std::sets...
tree
|
commitdiff
2006-08-16
Evan Cheng
Doh. Incorrectly inverted condition. Also add a isOnlyU...
tree
|
commitdiff
2006-08-16
Chris Lattner
minor changes.
tree
|
commitdiff
2006-08-16
Chris Lattner
Use the appropriate typedef
tree
|
commitdiff
2006-08-16
Rafael Espindola
Declare the callee saved regs
tree
|
commitdiff
2006-08-16
Evan Cheng
SelectNodeTo() may return a SDOperand that is different...
tree
|
commitdiff
2006-08-16
Evan Cheng
RET_FLAG has an optional input flag, but it does not...
tree
|
commitdiff
2006-08-16
Chris Lattner
add a note
tree
|
commitdiff
2006-08-16
Chris Lattner
initial changes to support JIT'ing from multiple module...
tree
|
commitdiff
2006-08-15
Chris Lattner
Fix PowerPC/2006-08-15-SelectionCrash.ll and simplify...
tree
|
commitdiff
2006-08-15
Chris Lattner
Start using SDVTList more consistently
tree
|
commitdiff
2006-08-15
Chris Lattner
add a new SDVTList type and new SelectionDAG::getVTList...
tree
|
commitdiff
2006-08-14
Chris Lattner
eliminate use of getNode that takes vector of valuetypes.
tree
|
commitdiff
2006-08-14
Chris Lattner
Add a new getNode() method that takes a pointer to...
tree
|
commitdiff
2006-08-14
Chris Lattner
remove SelectionDAG::InsertISelMapEntry, it is dead
tree
|
commitdiff
2006-08-14
Chris Lattner
Add code to resize the CSEMap hash table. This doesn...
tree
|
commitdiff
2006-08-14
Chris Lattner
Handle single-entry PHI nodes correctly. This fixes...
tree
|
commitdiff
2006-08-14
Chris Lattner
Add the actual constant to the hash for ConstantPool...
tree
|
commitdiff
2006-08-14
Rafael Espindola
select code like
tree
|
commitdiff
2006-08-12
Nate Begeman
Emit .set directives for jump table entries when possib...
tree
|
commitdiff
2006-08-12
Chris Lattner
Fix a bug in a recent refactoring that broke a bunch...
tree
|
commitdiff
2006-08-12
Chris Lattner
Fix an obvious bug, noticed by inspection. No current...
tree
|
commitdiff
2006-08-12
Chris Lattner
Don't attempt to split subloops out of a loop with...
tree
|
commitdiff
2006-08-12
Chris Lattner
Make Loop::getExitBlocks significantly faster for large...
tree
|
commitdiff
2006-08-12
Chris Lattner
Reimplement the loopsimplify code which deletes edges...
tree
|
commitdiff
2006-08-12
Chris Lattner
Switch to using SuperFastHash instead of adding all...
tree
|
commitdiff
2006-08-11
Chris Lattner
Switch NodeID to track 32-bit chunks instead of 8-bit...
tree
|
commitdiff
2006-08-11
Chris Lattner
remove IncludeFile turds in MathExtras.h, which bloats...
tree
|
commitdiff
2006-08-11
Chris Lattner
Remove 8 more std::map's.
tree
|
commitdiff
2006-08-11
Chris Lattner
eliminate extraneous blank line
tree
|
commitdiff
2006-08-11
Chris Lattner
Move the BBNodes, GlobalValues, TargetGlobalValues...
tree
|
commitdiff
2006-08-11
Chris Lattner
eliminate the NullaryOps map, use CSEMap instead.
tree
|
commitdiff
2006-08-11
Chris Lattner
change internal impl of dag combiner so that calls...
tree
|
commitdiff
2006-08-11
Chris Lattner
Change one ReplaceAllUsesWith method to take an array...
tree
|
commitdiff
2006-08-11
Chris Lattner
Eliminate use of getNode that takes a vector.
tree
|
commitdiff
2006-08-11
Chris Lattner
elimiante use of getNode that takes vector of operands.
tree
|
commitdiff
2006-08-11
Chris Lattner
eliminate use of getNode that takes vector of operands.
tree
|
commitdiff
2006-08-11
Chris Lattner
eliminate use of getNode that takes vector<SDOperand...
tree
|
commitdiff
2006-08-11
Chris Lattner
Convert vectors to fixed sized arrays and smallvectors...
tree
|
commitdiff
2006-08-11
Chris Lattner
Fix miscompilation of float vector returns. Compile...
tree
|
commitdiff
2006-08-11
Evan Cheng
Match tablegen changes.
tree
|
commitdiff
2006-08-11
Evan Cheng
CALLSEQ_* produces chain even if that's not needed.
tree
|
commitdiff
next