summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-11
* Use get(0 Instead of Create()David Greene2011-07-11
* struct Init -> class Init.Evan Cheng2011-07-11
* Fix BuildDavid Greene2011-07-11
* [AVX] Make Inits FoldableDavid Greene2011-07-11
* Resynchronize EDInfo.h and EDEmitter.cpp.Shantonu Sen2011-07-11
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* lit/LitConfig.py: Demote Win32 message "Unable to find 'bash.exe'" from Warni...NAKAMURA Takumi2011-07-09
* Fix dangling pointer.Eli Friedman2011-07-08
* Fix a dangling reference. Patch by Dave Abrahams. pr10311Evan Cheng2011-07-08
* TableGen'erated MC lowering for simple pseudo-instructions.Jim Grosbach2011-07-08
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-07
* Add isCodeGenOnly value to the CodeGenInstruction class.Jim Grosbach2011-07-07
* Typo.Jim Grosbach2011-07-06
* Don't require pseudo-instructions to carry encoding information.Jim Grosbach2011-07-06
* Allow tagless builds and fix debug build configuration.David Greene2011-07-06
* Remove the AsmWriterEmitter (unused) feature that rely on TargetSubtargetInfo.Evan Cheng2011-07-06
* Use subprocess.Popen instead of popen2 to stop a deprecation warning when run...Jordy Rose2011-07-02
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-01
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-01
* Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng2011-07-01
* Pseudo-ize the Thumb tTPsoft instruction.Jim Grosbach2011-06-30
* Pseudo-ize the Thumb tPOP_RET instruction.Jim Grosbach2011-06-30
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Remove redundant Thumb2 ADD/SUB SP instruction definitions.Jim Grosbach2011-06-29
* ARM RSCS* don't need explicit TableGen decoder checks.Jim Grosbach2011-06-29
* Refactor away tSpill and tRestore pseudos in ARM backend.Jim Grosbach2011-06-29
* Change AsmName's type from StringRef to std::string. AsmName was pointing to ...Francois Pichet2011-06-29
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-29
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-28
* Hide more details in tablegen generated MCRegisterInfo ctor function.Evan Cheng2011-06-28
* Add MCInstrInfo registeration machinery.Evan Cheng2011-06-28
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* Alternative name enum should go into the enum portion.Evan Cheng2011-06-28
* ARM Assembly support for Thumb mov-immediate.Jim Grosbach2011-06-27
* Remove RCBarriers from TargetInstrDesc.Evan Cheng2011-06-27
* Add support for alternative register names, useful for instructions whose ope...Owen Anderson2011-06-27
* More refactoring. MC doesn't need know about subreg indices.Evan Cheng2011-06-27
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-27
* Remove dead typedefs.Evan Cheng2011-06-25
* Rename TargetRegisterDesc to MCRegisterDescEvan Cheng2011-06-24
* Revert "Shorten some ARM builtin names by removing unnecessary "neon" prefix."Bob Wilson2011-06-24
* Shorten some ARM builtin names by removing unnecessary "neon" prefix.Bob Wilson2011-06-24
* - Add MCRegisterInfo registration machinery. Also added x86 registration rout...Evan Cheng2011-06-24
* Make the generated InitXXXMCRegisterInfo function "static inline", so it does...Benjamin Kramer2011-06-24
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-24
* lit support for REQUIRES: asserts.Andrew Trick2011-06-22
* Unbreak the CMake buildFrancois Pichet2011-06-21