summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-2516-77/+81
* Add missing space (this line is no longer pushing the 80-column limit).Nick Lewycky2011-07-251-1/+1
* 80 columns.Nick Lewycky2011-07-251-2/+2
* Fix typo.Nick Lewycky2011-07-251-1/+1
* Simply ARM so_reg MIOperandInfo definitions.Jim Grosbach2011-07-251-4/+4
* Add LLVMAddLowerExpectIntrinsicPass to the C API.Rafael Espindola2011-07-252-0/+7
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-258-63/+27
* ARM asm operand renaming. Make things a bit more explicit.Jim Grosbach2011-07-252-32/+32
* More simple cleanup of ARM asm operand definitions.Jim Grosbach2011-07-252-28/+13
* Fix some typos.Bill Wendling2011-07-251-4/+6
* An initial description of the compact unwind encoding.Bill Wendling2011-07-251-1/+109
* Code clean up.Evan Cheng2011-07-255-23/+1
* Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng2011-07-2515-190/+216
* While building a LLVM target, put the current source directory on theOscar Fuentes2011-07-251-1/+3
* Update the comment. This feature is available only on Darwin at the moment. T...Bill Wendling2011-07-251-1/+2
* Make assembly parser method names more consistent.Jim Grosbach2011-07-253-28/+28
* Unbreak the build.Oscar Fuentes2011-07-251-0/+1
* Fix class description.Jakub Staszak2011-07-251-2/+2
* Fix #include guard directive.Jakub Staszak2011-07-251-2/+2
* Tidy up formatting.Jim Grosbach2011-07-251-50/+18
* Tidy up a bit.Jim Grosbach2011-07-251-8/+2
* Missed a file.Evan Cheng2011-07-251-0/+70
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-2514-97/+57
* More refactoring.Evan Cheng2011-07-259-53/+53
* Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak2011-07-2510-43/+44
* Refactor X86 target to separate MC code from Target code.Evan Cheng2011-07-2512-555/+589
* Changed disabled code into a flag.Bill Wendling2011-07-251-1/+7
* Remove dead variable.Bill Wendling2011-07-251-1/+0
* After we've modified the prolog to save volatile registers, generate the compactBill Wendling2011-07-252-5/+250
* Move some ELF directives into ELF asm parser.Jim Grosbach2011-07-255-15/+78
* Builds llvmc and its examples with CMake.Oscar Fuentes2011-07-257-1/+64
* Fixes VS support for llvmc mcc16 llvmc example.Oscar Fuentes2011-07-251-3/+6
* Tidy up. 80 columns.Jim Grosbach2011-07-251-5/+10
* Add uwtable to the langref.Rafael Espindola2011-07-251-0/+8
* Add an RS_Split2 stage used for loop prevention.Jakob Stoklund Olesen2011-07-251-15/+24
* Rename live range stages to better reflect how they are used.Jakob Stoklund Olesen2011-07-251-32/+40
* Shorten some expressions by using ArrayRef::slice().Frits van Bommel2011-07-252-4/+2
* CMake: generalize the system that creates custom targets forOscar Fuentes2011-07-252-9/+25
* Remove uses of std::vector from TypeBuilder.Jay Foad2011-07-251-51/+50
* Use ArrayRef in the (protected) constructors of ConstantArray, ConstantStruct...Jay Foad2011-07-252-30/+15
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-2525-305/+100
* switch Triple to take twines instead of stringrefs.Chris Lattner2011-07-242-25/+9
* Add Twine support for characters, and switch twine to use a union internallyChris Lattner2011-07-243-54/+122
* Never extend live ranges for <undef> uses.Jakob Stoklund Olesen2011-07-241-1/+1
* Correctly handle <undef> tied uses when rewriting after a split.Jakob Stoklund Olesen2011-07-242-8/+29
* Omit explicit length here, now that I've had a chance to test this with gcc.Frits van Bommel2011-07-241-1/+1
* Set PPCII::MO_DARWIN_STUB only on MacOSX < 10.5.Roman Divacky2011-07-241-2/+2
* clarify that opaque is actually a struct type, PR10430Chris Lattner2011-07-231-5/+5
* how about that, StringRef doesn't allow any mutation, thanks toChris Lattner2011-07-231-4/+4
* Add RAGreedy::calcCompactRegion.Jakob Stoklund Olesen2011-07-231-0/+46