| Commit message (Expand) | Author | Age | Files | Lines |
* | Stub out some sys::Path::MapInFilePages/UnMapFilePages methods. | Chris Lattner | 2008-04-01 | 1 | -0/+23 |
* | change the archive stuff to use MemoryBuffer instead of mappedfile. | Chris Lattner | 2008-04-01 | 1 | -2/+2 |
* | prune unneeded #includes | Chris Lattner | 2008-04-01 | 1 | -3/+0 |
* | rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile. | Chris Lattner | 2008-04-01 | 1 | -16/+6 |
* | Make MappedFile::map return a const correct pointer, don't leak address space... | Chris Lattner | 2008-04-01 | 1 | -4/+2 |
* | Remove the MappedFile::charBase member, rename base -> getBase() and | Chris Lattner | 2008-04-01 | 1 | -13/+3 |
* | add an accessor. | Chris Lattner | 2008-04-01 | 1 | -0/+3 |
* | Remove MappedFile support for mapping files for write and exec | Chris Lattner | 2008-04-01 | 2 | -25/+5 |
* | remove extraneous #include | Chris Lattner | 2008-04-01 | 1 | -1/+1 |
* | update comment. | Chris Lattner | 2008-04-01 | 1 | -2/+3 |
* | cleanup the MappedFile API and comments. This removes and updates | Chris Lattner | 2008-04-01 | 1 | -95/+40 |
* | remove DEFINING_FILE_FOR for MappedFile.h | Chris Lattner | 2008-04-01 | 1 | -4/+1 |
* | Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo. | Evan Cheng | 2008-03-31 | 2 | -8/+11 |
* | test commit | Edwin Török | 2008-03-31 | 1 | -1/+1 |
* | Expose Function::viewCFG and Function::viewCFGOnly to bindings. | Erick Tryzelaar | 2008-03-31 | 1 | -0/+4 |
* | Fix "Control reaches the end of non-void function" warnings, | Chris Lattner | 2008-03-30 | 2 | -0/+4 |
* | Cosmetic change. | Evan Cheng | 2008-03-29 | 1 | -1/+1 |
* | Rename getAnyLoad to getLoad is suggested by Evan. | Duncan Sands | 2008-03-28 | 1 | -5/+5 |
* | Implement LegalizeTypes support for softfloat LOAD. | Duncan Sands | 2008-03-27 | 1 | -0/+5 |
* | Avoid creating chain dependencies from CopyToReg nodes to load and store | Dan Gohman | 2008-03-27 | 1 | -2/+1 |
* | when a node is removed from an ilist, set its next/prev pointers to | Chris Lattner | 2008-03-27 | 1 | -0/+8 |
* | Expose ExecutionEngine::getTargetData() to c and ocaml bindings. | Erick Tryzelaar | 2008-03-27 | 1 | -0/+3 |
* | Fix a bug in Darwin EH: FDE->CIE pointer must | Dale Johannesen | 2008-03-26 | 1 | -2/+9 |
* | Use a linked data structure for the uses lists of an SDNode, just like | Roman Levenstein | 2008-03-26 | 2 | -62/+227 |
* | Add explicit keywords. | Dan Gohman | 2008-03-25 | 4 | -7/+8 |
* | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman | 2008-03-25 | 3 | -10/+11 |
* | Add optimize-for-size knob. | Devang Patel | 2008-03-25 | 1 | -0/+4 |
* | De-constify the input to the "operator >>" method as it is modified. | Bill Wendling | 2008-03-25 | 1 | -1/+1 |
* | Make a note of the fact that EmitOwnedPtr() has nothing to do with the | Sam Bishop | 2008-03-25 | 1 | -0/+2 |
* | Revert r48676. I had plans for using it, but now it's just dead code. | Owen Anderson | 2008-03-24 | 1 | -13/+0 |
* | Remove an unnecessary #include. | Dan Gohman | 2008-03-24 | 1 | -1/+0 |
* | Shrink the size of AllocationInst by using its SubclassData | Dan Gohman | 2008-03-24 | 1 | -6/+3 |
* | Increasing the inline limit from (overly conservative) 200 to 300. Given each... | Evan Cheng | 2008-03-24 | 2 | -2/+16 |
* | Objective Caml bindings for basic block, function, global, and arg iterators. | Gordon Henriksen | 2008-03-23 | 1 | -2/+10 |
* | Use C-style comments :) | Anton Korobeynikov | 2008-03-23 | 1 | -2/+2 |
* | Add first proof-of-concept universal compiler driver framework based | Anton Korobeynikov | 2008-03-23 | 1 | -1/+1 |
* | Typo fixes | Anton Korobeynikov | 2008-03-22 | 1 | -3/+3 |
* | Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead... | Owen Anderson | 2008-03-22 | 1 | -0/+8 |
* | Add an AllocateRW to match AllocateRWX. | Owen Anderson | 2008-03-22 | 1 | -0/+5 |
* | Teach DAG combiner to commute commutable binary nodes in order to achieve sdi... | Evan Cheng | 2008-03-22 | 1 | -0/+5 |
* | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman | 2008-03-21 | 6 | -1/+6 |
* | Specialize FORCE_DEFINING_FILE_TO_BE_LINKED using a GCC trick | Dan Gohman | 2008-03-21 | 1 | -4/+17 |
* | FunctionExtractorPass has been superceded by GVExtractorPass | Andrew Lenharth | 2008-03-21 | 1 | -8/+0 |
* | Make it possible to get an empty struct using | Duncan Sands | 2008-03-21 | 1 | -2/+3 |
* | Introduce a new node for holding call argument | Duncan Sands | 2008-03-21 | 3 | -30/+101 |
* | Undo 48570. Correctly match mmx shift instructions with an immediate operand. | Evan Cheng | 2008-03-21 | 1 | -24/+0 |
* | C and Objective Caml bindings for mem2reg and reg2mem. | Gordon Henriksen | 2008-03-20 | 1 | -0/+6 |
* | ubyte and sbyte? what are those? | Nick Lewycky | 2008-03-20 | 1 | -2/+2 |
* | Add intrinsics to match mmx shift builtin's with immediate operand. | Evan Cheng | 2008-03-19 | 1 | -0/+24 |
* | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel | 2008-03-19 | 11 | -32/+37 |