| Age | Commit message (Expand) | Author |
| 2012-10-09 | Use the enum value of the attributes when adding them to the attributes builder. | Bill Wendling |
| 2012-10-09 | Fix PR14016. | Alexey Samsonov |
| 2012-10-09 | Create enums for the different attributes. | Bill Wendling |
| 2012-10-09 | Remove some dead methods. | Bill Wendling |
| 2012-10-09 | Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before t... | Craig Topper |
| 2012-10-09 | In parseMSRMaskOperand, add an explicit check for the operand being an identi... | Craig Topper |
| 2012-10-09 | Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th... | Craig Topper |
| 2012-10-09 | Remove some unused code in the X86AsmPrinter. Add LLVM_OVERRIDE and virtual k... | Craig Topper |
| 2012-10-09 | Fix PR14034, an infloop / heap corruption / crash bug in the new SROA. | Chandler Carruth |
| 2012-10-09 | Fix. Apply the no capture attribute to the correct parameter. | Bill Wendling |
| 2012-10-09 | Convert to using the Attributes::Builder class to create attributes. | Bill Wendling |
| 2012-10-09 | Use an iterator and proper query method instead of the 'hasAttrSomewhere' met... | Bill Wendling |
| 2012-10-09 | Remove more uses of the attribute enums by supplying appropriate query method... | Bill Wendling |
| 2012-10-09 | Convert to using the Attributes::Builder interface. | Bill Wendling |
| 2012-10-08 | Fix up comment to be more clear. | Eric Christopher |
| 2012-10-08 | Use the Attributes::Builder to build the attributes in the parser. | Bill Wendling |
| 2012-10-08 | Refactor the AddrMode class out of TLI to its own header file. | Nadav Rotem |
| 2012-10-08 | Convert the LLVM parser over to using the new Attributes::Builder to build its | Bill Wendling |
| 2012-10-08 | Give CaptureTracker::shouldExplore a base implementation. Most users want to do | Nick Lewycky |
| 2012-10-08 | Don't crash on extra evil irreducible control flow. | Jakob Stoklund Olesen |
| 2012-10-08 | Begin the transition to using the AttributesImpl object for the Attributes ivar. | Bill Wendling |
| 2012-10-08 | Add names for the accelerator table sections so that they can | Eric Christopher |
| 2012-10-08 | Fixup comment. | Eric Christopher |
| 2012-10-08 | Fixup comments. | Eric Christopher |
| 2012-10-08 | Enable predicated sandboxed load/store for ARM | David Sehr |
| 2012-10-08 | PR12716: PPC crashes on vector compare | Adhemerval Zanella |
| 2012-10-08 | misched: remove the unused getSpecialAddressLatency hook. | Andrew Trick |
| 2012-10-08 | misched: remove forceUnitLatencies. Defaults are handled by the default Sched... | Andrew Trick |
| 2012-10-08 | misched: avoid scheduling an instruction twice. | Andrew Trick |
| 2012-10-08 | PowerPC: Fix object creation with PPC::MTCRF8 instruction | Adhemerval Zanella |
| 2012-10-08 | Add floating-point to and from integer conversion | Adhemerval Zanella |
| 2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
| 2012-10-08 | Re-enable frame pointer optimization on x86 | David Sehr |
| 2012-10-07 | Remove unused MachineInstr constructors that don't take a DebugLoc argument. | Craig Topper |
| 2012-10-07 | Fix indentation. Remove 'else' after return. No functional change. | Craig Topper |
| 2012-10-07 | X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ... | Benjamin Kramer |
| 2012-10-07 | Move more methods out-of-line. This is in preparation for changing the internal | Bill Wendling |
| 2012-10-07 | Make sure always-inline functions get inlined. <rdar://problem/12423986> | Bob Wilson |
| 2012-10-06 | Adding support for instructions mfc0, mfc2, mtc0, mtc2 | Jack Carter |
| 2012-10-06 | Minor changes based on post commit review: | Jack Carter |
| 2012-10-05 | Minor changes based on post commit review: | Jack Carter |
| 2012-10-05 | This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4 | Bill Schmidt |
| 2012-10-05 | Remove unused but set variable flagged by GCC. | Benjamin Kramer |
| 2012-10-05 | [ms-inline asm] Add a few typedefs to simplify future changes. | Chad Rosier |
| 2012-10-05 | Patch for integer multiply, signed/unsigned, long/long long. | Reed Kotler |
| 2012-10-05 | Simplify code, don't or a bool with an uint64_t. | Benjamin Kramer |
| 2012-10-05 | Remove empty file. | Benjamin Kramer |
| 2012-10-05 | Implement TargetData with the DataLayout class, this will allow LLVM projects... | Micah Villmow |
| 2012-10-05 | - Mark the BCC and BLR defs as isCodeGenOnly per error output from | Will Schmidt |
| 2012-10-05 | SROA.cpp: Fix a warning, [-Wunused-variable] | NAKAMURA Takumi |