Age | Commit message (Expand) | Author |
2008-04-01 | minor typo | Chris Lattner |
2008-04-01 | Disabling remat of load from gv stub (temporarily) again to fix llvmgcc boots... | Evan Cheng |
2008-04-01 | add some #includes. | Chris Lattner |
2008-04-01 | MappedFile is dead, remove it. | Chris Lattner |
2008-04-01 | Implement Path::MapInFilePages/UnMapFilePages on unix, which | Chris Lattner |
2008-04-01 | Reimplement MemoryBuffer::getFile with three enhancements: | Chris Lattner |
2008-04-01 | Stub out some sys::Path::MapInFilePages/UnMapFilePages methods. | Chris Lattner |
2008-04-01 | change the archive stuff to use MemoryBuffer instead of mappedfile. | Chris Lattner |
2008-04-01 | prune unneeded #includes | Chris Lattner |
2008-04-01 | rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile. | Chris Lattner |
2008-04-01 | Make MappedFile::map return a const correct pointer, don't leak address space... | Chris Lattner |
2008-04-01 | Remove the MappedFile::charBase member, rename base -> getBase() and | Chris Lattner |
2008-04-01 | Change DiffFilesWithTolerance to be written in terms of MemoryBuffer, | Chris Lattner |
2008-04-01 | add an accessor. | Chris Lattner |
2008-04-01 | Remove MappedFile support for mapping files for write and exec | Chris Lattner |
2008-04-01 | remove extraneous #include | Chris Lattner |
2008-04-01 | add missing #includes | Chris Lattner |
2008-04-01 | More soft fp fixes. | Evan Cheng |
2008-04-01 | Pasto. | Evan Cheng |
2008-04-01 | Add comment. | Evan Cheng |
2008-04-01 | Unbreak ARM / Thumb soft FP support. | Evan Cheng |
2008-04-01 | Accept 'y' constraint (MMX) in inline asm. | Dale Johannesen |
2008-04-01 | update comment. | Chris Lattner |
2008-04-01 | cleanup the MappedFile API and comments. This removes and updates | Chris Lattner |
2008-04-01 | remove DEFINING_FILE_FOR for MappedFile.h | Chris Lattner |
2008-03-31 | Emit exception handling info for functions which are | Dale Johannesen |
2008-03-31 | Mark functions in some tests as 'nounwind'. Generating | Dale Johannesen |
2008-03-31 | It's not safe to fold a load from GV stub or constantpool into a two-address ... | Evan Cheng |
2008-03-31 | Actually disable crash reporting on Mac OS X, returning bugpoint to speedy | Nate Begeman |
2008-03-31 | Set blockBegin to point to the beginning of the block, | Dan Gohman |
2008-03-31 | Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo. | Evan Cheng |
2008-03-31 | Fix a DAGCombiner optimization to respect volatile qualification. | Dan Gohman |
2008-03-31 | Add a unified 'generated documentation' target so the web site script has a c... | Gordon Henriksen |
2008-03-31 | test commit | Torok Edwin |
2008-03-31 | Reverting r48974. See PR2183 for details. | Gordon Henriksen |
2008-03-31 | Expose Function::viewCFG and Function::viewCFGOnly to bindings. | Erick Tryzelaar |
2008-03-31 | There isn't any c++ code in LangImpl8.html, so use that | Erick Tryzelaar |
2008-03-31 | Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorial | Erick Tryzelaar |
2008-03-31 | Re-apply 48911. | Evan Cheng |
2008-03-31 | The support for remat of instructions with a register operand is hackish, to ... | Evan Cheng |
2008-03-31 | Quote the ocaml executables | Erick Tryzelaar |
2008-03-31 | Fix a major bug in the DFS calculation. Thanks for Christopher Lamb for poin... | Owen Anderson |
2008-03-31 | Don't eliminate bitcast instructions that change the type of a pointer | Nate Begeman |
2008-03-30 | Tweak build system to allow for installing the tutorial and uninstalling the ... | Erick Tryzelaar |
2008-03-30 | Fix comment typo. | Duncan Sands |
2008-03-30 | Fix some documentation for the tutorial. | Erick Tryzelaar |
2008-03-30 | Moved from PR1570. | Nick Lewycky |
2008-03-30 | stop building llvmc. | Chris Lattner |
2008-03-30 | Fix "Control reaches the end of non-void function" warnings, | Chris Lattner |
2008-03-30 | minor code cleanups, allow constant folding sinf/cosf. | Chris Lattner |