| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove unused Target argument from MCInstPrinter ctor functions. | Eric Christopher | 2015-03-30 | 1 | -2/+1 |
* | Remove superfluous .str() and replace std::string concatenation with Twine. | Yaron Keren | 2015-03-27 | 1 | -1/+1 |
* | [X86] Remove GetCpuIDAndInfo, GetCpuIDAndInfoEx and DetectFamilyModel functio... | Craig Topper | 2015-03-25 | 1 | -137/+0 |
* | Split the object streamer callback in one per file format. | Rafael Espindola | 2015-03-19 | 1 | -17/+1 |
* | two or more, use a for. | Rafael Espindola | 2015-03-18 | 1 | -51/+32 |
* | Pass in a "const Triple &T" instead of a raw StringRef. | Rafael Espindola | 2015-03-16 | 1 | -5/+3 |
* | Remove unused argument. NFC. | Rafael Espindola | 2015-03-16 | 1 | -3/+3 |
* | Fix uses of reserved identifiers starting with an underscore followed by an u... | David Blaikie | 2015-03-16 | 1 | -4/+4 |
* | We require MSVC 1800 as our minimum, so these checks can safely go away; NFC.... | Aaron Ballman | 2015-02-16 | 1 | -12/+7 |
* | Revert "ADT: correctly report isMSVCEnvironment for windows itanium" | Reid Kleckner | 2014-11-17 | 1 | -1/+1 |
* | ADT: correctly report isMSVCEnvironment for windows itanium | Saleem Abdulrasool | 2014-11-17 | 1 | -1/+1 |
* | Simplify handling of --noexecstack by using getNonexecutableStackSection. | Rafael Espindola | 2014-10-15 | 1 | -6/+3 |
* | [x32] Emit callq for CALLpcrel32 | Pavel Chupin | 2014-09-09 | 1 | -1/+1 |
* | MC: fix MCAsmInfo usage for windows-itanium | Saleem Abdulrasool | 2014-07-17 | 1 | -1/+2 |
* | Move X86RegisterInfo away from using the TargetMachine and only | Eric Christopher | 2014-06-10 | 1 | -7/+6 |
* | MC: create X86WinCOFFStreamer for target specific behaviour | Saleem Abdulrasool | 2014-04-27 | 1 | -1/+1 |
* | X86: convert object streamer selection to a switch | Saleem Abdulrasool | 2014-04-25 | 1 | -5/+8 |
* | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -3/+3 |
* | [cleanup] Lift using directives, DEBUG_TYPE definitions, and even some | Chandler Carruth | 2014-04-22 | 1 | -7/+6 |
* | X86: Nuke one more CPU autodetect blurb. | Jim Grosbach | 2014-04-14 | 1 | -7/+1 |
* | Correct OS conditionals following r204977 and r204978. | Yaron Keren | 2014-03-31 | 1 | -5/+3 |
* | Support: split object format out of environment | Saleem Abdulrasool | 2014-03-06 | 1 | -2/+2 |
* | X86: 80-column | Saleem Abdulrasool | 2014-03-04 | 1 | -1/+2 |
* | Pass a MCSubtargetInfo down to the TargetStreamer creation. | Rafael Espindola | 2014-01-26 | 1 | -0/+1 |
* | Construct the MCStreamer before constructing the MCTargetStreamer. | Rafael Espindola | 2014-01-26 | 1 | -1/+1 |
* | [x86] Support i386-*-*-code16 triple for emitting 16-bit code | David Woodhouse | 2014-01-20 | 1 | -1/+4 |
* | ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks. | Tim Northover | 2014-01-06 | 1 | -2/+2 |
* | [x86] Add basic support for .code16 | Craig Topper | 2014-01-06 | 1 | -2/+2 |
* | Make Triple's isOSBinFormatXXX functions partition triple-space. | Tim Northover | 2013-12-10 | 1 | -1/+1 |
* | Add a MCTargetStreamer interface. | Rafael Espindola | 2013-10-08 | 1 | -1/+1 |
* | Follow up of the introduction of MCSymbolizer. | Quentin Colombet | 2013-05-24 | 1 | -4/+5 |
* | Add MCSymbolizer for symbolic/annotated disassembly. | Ahmed Bougacha | 2013-05-24 | 1 | -0/+16 |
* | Remove the MachineMove class. | Rafael Espindola | 2013-05-13 | 1 | -7/+9 |
* | Remove unused argument. | Rafael Espindola | 2013-05-10 | 1 | -1/+1 |
* | MC: Add MCInstrDesc::mayAffectControlFlow() method. | Jim Grosbach | 2012-12-19 | 1 | -1/+2 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -4/+4 |
* | Add register encoding support in X86 backend | Michael Liao | 2012-10-04 | 1 | -113/+1 |
* | Support for generating ELF objects on Windows. | Andrew Kaylor | 2012-10-02 | 1 | -1/+5 |
* | Use constants for all return values in switch. Allows clang to optimize it in... | Craig Topper | 2012-10-01 | 1 | -3/+8 |
* | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper | 2012-04-02 | 1 | -2/+3 |
* | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach | 2012-03-05 | 1 | -2/+3 |
* | Minimal changes for LLVM to compile under VS11. | Michael J. Spencer | 2012-03-01 | 1 | -0/+4 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-05 | 1 | -0/+1 |
* | PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina. | Evan Cheng | 2012-01-30 | 1 | -1/+2 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -2/+14 |
* | MC/X86/COFF: Allow quotes in names when targeting MS/Windows, | Michael J. Spencer | 2011-11-29 | 1 | -2/+4 |
* | Sink codegen optimization level into MCCodeGenInfo along side relocation model | Evan Cheng | 2011-11-16 | 1 | -2/+3 |
* | Remove NaClMode | David Meyer | 2011-10-18 | 1 | -4/+0 |
* | Don't use inline assembly in 64-bit Visual Studio. Unfortunately, this means ... | Craig Topper | 2011-10-17 | 1 | -16/+10 |