| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't dereference MBB->end(). | Owen Anderson | 2008-04-01 | 1 | -1/+1 |
* | Change the MemoryBuffer::getFile* methods to take just a pointer to the | Chris Lattner | 2008-04-01 | 8 | -31/+20 |
* | Disabling remat of load from gv stub (temporarily) again to fix llvmgcc boots... | Evan Cheng | 2008-04-01 | 1 | -0/+3 |
* | add some #includes. | Chris Lattner | 2008-04-01 | 1 | -2/+8 |
* | MappedFile is dead, remove it. | Chris Lattner | 2008-04-01 | 3 | -235/+0 |
* | Implement Path::MapInFilePages/UnMapFilePages on unix, which | Chris Lattner | 2008-04-01 | 2 | -7/+11 |
* | Reimplement MemoryBuffer::getFile with three enhancements: | Chris Lattner | 2008-04-01 | 1 | -85/+64 |
* | Stub out some sys::Path::MapInFilePages/UnMapFilePages methods. | Chris Lattner | 2008-04-01 | 2 | -0/+20 |
* | change the archive stuff to use MemoryBuffer instead of mappedfile. | Chris Lattner | 2008-04-01 | 3 | -47/+34 |
* | rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile. | Chris Lattner | 2008-04-01 | 1 | -13/+19 |
* | Make MappedFile::map return a const correct pointer, don't leak address space... | Chris Lattner | 2008-04-01 | 2 | -2/+3 |
* | Remove the MappedFile::charBase member, rename base -> getBase() and | Chris Lattner | 2008-04-01 | 2 | -7/+8 |
* | Change DiffFilesWithTolerance to be written in terms of MemoryBuffer, | Chris Lattner | 2008-04-01 | 1 | -73/+56 |
* | Remove MappedFile support for mapping files for write and exec | Chris Lattner | 2008-04-01 | 6 | -112/+18 |
* | add missing #includes | Chris Lattner | 2008-04-01 | 3 | -0/+3 |
* | More soft fp fixes. | Evan Cheng | 2008-04-01 | 1 | -1/+2 |
* | Pasto. | Evan Cheng | 2008-04-01 | 1 | -1/+1 |
* | Add comment. | Evan Cheng | 2008-04-01 | 1 | -0/+1 |
* | Unbreak ARM / Thumb soft FP support. | Evan Cheng | 2008-04-01 | 2 | -9/+21 |
* | Accept 'y' constraint (MMX) in inline asm. | Dale Johannesen | 2008-04-01 | 1 | -0/+1 |
* | cleanup the MappedFile API and comments. This removes and updates | Chris Lattner | 2008-04-01 | 2 | -118/+119 |
* | remove DEFINING_FILE_FOR for MappedFile.h | Chris Lattner | 2008-04-01 | 1 | -1/+0 |
* | Emit exception handling info for functions which are | Dale Johannesen | 2008-03-31 | 8 | -25/+49 |
* | It's not safe to fold a load from GV stub or constantpool into a two-address ... | Evan Cheng | 2008-03-31 | 2 | -2/+11 |
* | Actually disable crash reporting on Mac OS X, returning bugpoint to speedy | Nate Begeman | 2008-03-31 | 1 | -23/+6 |
* | Set blockBegin to point to the beginning of the block, | Dan Gohman | 2008-03-31 | 1 | -2/+2 |
* | Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo. | Evan Cheng | 2008-03-31 | 22 | -141/+87 |
* | Fix a DAGCombiner optimization to respect volatile qualification. | Dan Gohman | 2008-03-31 | 1 | -1/+2 |
* | Expose Function::viewCFG and Function::viewCFGOnly to bindings. | Erick Tryzelaar | 2008-03-31 | 1 | -0/+9 |
* | Re-apply 48911. | Evan Cheng | 2008-03-31 | 1 | -8/+12 |
* | The support for remat of instructions with a register operand is hackish, to ... | Evan Cheng | 2008-03-31 | 1 | -18/+7 |
* | Fix a major bug in the DFS calculation. Thanks for Christopher Lamb for poin... | Owen Anderson | 2008-03-31 | 1 | -1/+1 |
* | Don't eliminate bitcast instructions that change the type of a pointer | Nate Begeman | 2008-03-31 | 2 | -19/+26 |
* | Fix comment typo. | Duncan Sands | 2008-03-30 | 1 | -1/+1 |
* | Moved from PR1570. | Nick Lewycky | 2008-03-30 | 1 | -0/+26 |
* | Fix "Control reaches the end of non-void function" warnings, | Chris Lattner | 2008-03-30 | 9 | -0/+15 |
* | minor code cleanups, allow constant folding sinf/cosf. | Chris Lattner | 2008-03-30 | 1 | -20/+26 |
* | Cosmetic changes. | Evan Cheng | 2008-03-29 | 1 | -24/+3 |
* | change iterator invalidation avoidance to just move the iterator backward | Chris Lattner | 2008-03-29 | 1 | -18/+25 |
* | make the common case of a single store (which clearly shouldn't be turned | Chris Lattner | 2008-03-29 | 1 | -3/+12 |
* | give form-memset a significantly more sane heuristic, enable it by default. | Chris Lattner | 2008-03-29 | 1 | -7/+49 |
* | Remove some unneeded code for LiveInterval joining, and fix a bug in the Phi ... | Owen Anderson | 2008-03-29 | 1 | -58/+25 |
* | Fix a tokenfactor node to use the load chain rather than the | Dan Gohman | 2008-03-28 | 1 | -1/+1 |
* | Backing out 48911 for now. It's breaking stuff. | Evan Cheng | 2008-03-28 | 1 | -12/+8 |
* | ifdef out a dead function. Should this be removed? | Chris Lattner | 2008-03-28 | 1 | -0/+2 |
* | Rename getAnyLoad to getLoad is suggested by Evan. | Duncan Sands | 2008-03-28 | 2 | -17/+17 |
* | New entry. | Evan Cheng | 2008-03-28 | 1 | -0/+44 |
* | Load from stub is already re-materializable. | Evan Cheng | 2008-03-28 | 1 | -8/+12 |
* | Update example to new syntax. | Nick Lewycky | 2008-03-28 | 1 | -2/+8 |
* | make memset inference significantly more powerful: it can now handle | Chris Lattner | 2008-03-28 | 1 | -82/+184 |