summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* More simple cleanup of ARM asm operand definitions.Jim Grosbach2011-07-25
* Fix some typos.Bill Wendling2011-07-25
* An initial description of the compact unwind encoding.Bill Wendling2011-07-25
* Code clean up.Evan Cheng2011-07-25
* Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng2011-07-25
* While building a LLVM target, put the current source directory on theOscar Fuentes2011-07-25
* Update the comment. This feature is available only on Darwin at the moment. T...Bill Wendling2011-07-25
* Make assembly parser method names more consistent.Jim Grosbach2011-07-25
* Unbreak the build.Oscar Fuentes2011-07-25
* Fix class description.Jakub Staszak2011-07-25
* Fix #include guard directive.Jakub Staszak2011-07-25
* Tidy up formatting.Jim Grosbach2011-07-25
* Tidy up a bit.Jim Grosbach2011-07-25
* Missed a file.Evan Cheng2011-07-25
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-25
* More refactoring.Evan Cheng2011-07-25
* Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak2011-07-25
* Refactor X86 target to separate MC code from Target code.Evan Cheng2011-07-25
* Changed disabled code into a flag.Bill Wendling2011-07-25
* Remove dead variable.Bill Wendling2011-07-25
* After we've modified the prolog to save volatile registers, generate the compactBill Wendling2011-07-25
* Move some ELF directives into ELF asm parser.Jim Grosbach2011-07-25
* Builds llvmc and its examples with CMake.Oscar Fuentes2011-07-25
* Fixes VS support for llvmc mcc16 llvmc example.Oscar Fuentes2011-07-25
* Tidy up. 80 columns.Jim Grosbach2011-07-25
* Add uwtable to the langref.Rafael Espindola2011-07-25
* Add an RS_Split2 stage used for loop prevention.Jakob Stoklund Olesen2011-07-25
* Rename live range stages to better reflect how they are used.Jakob Stoklund Olesen2011-07-25
* Shorten some expressions by using ArrayRef::slice().Frits van Bommel2011-07-25
* CMake: generalize the system that creates custom targets forOscar Fuentes2011-07-25
* Remove uses of std::vector from TypeBuilder.Jay Foad2011-07-25
* Use ArrayRef in the (protected) constructors of ConstantArray, ConstantStruct...Jay Foad2011-07-25
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* switch Triple to take twines instead of stringrefs.Chris Lattner2011-07-24
* Add Twine support for characters, and switch twine to use a union internallyChris Lattner2011-07-24
* Never extend live ranges for <undef> uses.Jakob Stoklund Olesen2011-07-24
* Correctly handle <undef> tied uses when rewriting after a split.Jakob Stoklund Olesen2011-07-24
* Omit explicit length here, now that I've had a chance to test this with gcc.Frits van Bommel2011-07-24
* Set PPCII::MO_DARWIN_STUB only on MacOSX < 10.5.Roman Divacky2011-07-24
* clarify that opaque is actually a struct type, PR10430Chris Lattner2011-07-23
* how about that, StringRef doesn't allow any mutation, thanks toChris Lattner2011-07-23
* Add RAGreedy::calcCompactRegion.Jakob Stoklund Olesen2011-07-23
* Fix bug in SplitEditor::splitLiveThroughBlock when switching registers.Jakob Stoklund Olesen2011-07-23
* Prepare RAGreedy::growRegion for compact regions.Jakob Stoklund Olesen2011-07-23
* Add a simple method for marking blocks with interference in and out.Jakob Stoklund Olesen2011-07-23
* Allow null interference cursors to be queried.Jakob Stoklund Olesen2011-07-23
* Fix a silly off by one.Benjamin Kramer2011-07-23
* We always bounds check the bit set, there is no need to emit zero bytes at th...Benjamin Kramer2011-07-23
* Add more constness.Benjamin Kramer2011-07-23
* ARMMCTargetDesc.h: Fixup to add DataTypes.h, or uint32_t would be unavailable.NAKAMURA Takumi2011-07-23