summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* DebugInfo Verifier: verify the actual type.Manman Ren2013-07-23
* Revert "Remove use of asymmetric std::lower_bound comparator."Ahmed Bougacha2013-07-23
* docs: Update old VS 2008 references.Ahmed Bougacha2013-07-23
* docs: cleanup VS 2008 release note.Ahmed Bougacha2013-07-23
* docs: Correct reST link.Ahmed Bougacha2013-07-23
* Update docs to drop support for VS 2008.Ahmed Bougacha2013-07-23
* Add not so that these tests pass with pipefail enabled.Rafael Espindola2013-07-23
* Add -disable-debug-info-verifier.Rafael Espindola2013-07-23
* Fix the build in c++03 mode.Rafael Espindola2013-07-23
* Add an initial implementation of archive symbol table generation.Rafael Espindola2013-07-23
* Remove some errant space charcters in mnemonic strings.Craig Topper2013-07-23
* remove unnecessary spaceShuxin Yang2013-07-23
* llvm/test/DebugInfo/X86/dbg-value-range.ll: Add -disable-debug-info-verifier,...NAKAMURA Takumi2013-07-23
* Remove 'else' after 'return'. No functional change.Craig Topper2013-07-23
* Remove trailing whitespace.Craig Topper2013-07-23
* Don't let x86 asm printer use the no operand movsd alias. It should use the n...Craig Topper2013-07-23
* R600: Add support for 24-bit MAD instructionsTom Stellard2013-07-23
* R600: Add support for 24-bit MUL instructionsTom Stellard2013-07-23
* R600: Improve support for < 32-bit loadsTom Stellard2013-07-23
* R600: Rename AMDILISelDAGToDAG.cpp -> AMDGPUISelDAGToDAG.cppTom Stellard2013-07-23
* R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select()Tom Stellard2013-07-23
* R600: Use KCache for kernel argumentsTom Stellard2013-07-23
* R600: Simplify assembly for KCache registers using the TableGen !add operatorTom Stellard2013-07-23
* R600: Use the same compute kernel calling convention for all GPUsTom Stellard2013-07-23
* R600: Use correct LoadExtType when lowering kernel argumentsTom Stellard2013-07-23
* R600: Clean up extended load patternsTom Stellard2013-07-23
* R600: Expand vector FNEGTom Stellard2013-07-23
* Revert r186907 to fix bots.Craig Topper2013-07-23
* Don't let x86 asm printer use the no operand movsd alias. It should use the n...Craig Topper2013-07-23
* Add aliases to map 'imm, mem' form of x86 bts/btr/btc without a size suffix t...Craig Topper2013-07-23
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-23
* Explicitly don't let the asm printer use the clrb/w/l aliases for xor %reg, %...Craig Topper2013-07-23
* Suppress argumentless aliases for some x86 FP operations from being used by t...Craig Topper2013-07-23
* Fix typo (ponted -> pointed)Matt Arsenault2013-07-22
* Remove extraneous null statement. No functionality change!Nick Lewycky2013-07-22
* Use switch instead of if. No functionality change.Jakub Staszak2013-07-22
* Remove trailing spaces.Jakub Staszak2013-07-22
* Add a simple unit test for MemoryBuffer::getOpenFileEli Bendersky2013-07-22
* Typo.Eric Christopher2013-07-22
* 80-column tidying. Formatting choices by clang-format.Eric Christopher2013-07-22
* When we vectorize across multiple basic blocks we may vectorize PHINodes that...Nadav Rotem2013-07-22
* OldPtr is llvm::Instruction. Remove unneeded cast<>.Jakub Staszak2013-07-22
* Silence gcc warning.Richard Trieu2013-07-22
* Fix the move to/from accumulator register instructions that use a full 64-bitKevin Enderby2013-07-22
* Change tabs to spaces.Jakub Staszak2013-07-22
* Fix typo in test.Jakub Staszak2013-07-22
* [stackprotector] Changed isNoopBitcast/sameNoopInput to take TargetLoweringBa...Michael Gottesman2013-07-22
* Recommit r186813: More Intel syntax alias fixes. With the addition of suppres...Craig Topper2013-07-22
* [stackprotector] Refactored ssp prologue creation code into its own helper fu...Michael Gottesman2013-07-22
* Debug Info Finder: add processScope to actually handle the Scope.Manman Ren2013-07-22