summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Remove the last vestiges of the '-lit' and '-dg' test runner split byChandler Carruth2012-06-28
* Remove 'check-dg', a wrapper around 'check-local-dg' which was justChandler Carruth2012-06-28
* Remove autoconf support for runtest and tclsh, some of the last vestigalChandler Carruth2012-06-27
* Rip out legacy DejaGNU support from our Makefiles. This hasn't been theChandler Carruth2012-06-27
* LLVM-GCC is dead. Really. I promise. ;]Chandler Carruth2012-06-27
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-27
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-27
* Whitespace.Chad Rosier2012-06-27
* The ELF relocation record format is different for N64 Jack Carter2012-06-27
* Refactor and speed up DFA generator.Anshuman Dasgupta2012-06-27
* Revert r159136 due to PR13124.Matt Beaumont-Gay2012-06-27
* When users ask for -mcpu=help or -mattr=help, just output the help withoutDuncan Sands2012-06-27
* Some reassociate optimizations create new instructions, which they insert justDuncan Sands2012-06-27
* Teach assembler to handle capitalised operation values for DSB instructionsRichard Barton2012-06-27
* Clean up the 'check' CMake build rule a bit, notable renaming it toChandler Carruth2012-06-27
* Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru...Richard Barton2012-06-27
* Sphinxify the exception handling doc.Bill Wendling2012-06-27
* Silence uninitialized variable warning in MipsISelDAGToDAG.cpp.Akira Hatanaka2012-06-27
* Test case for r159240.Akira Hatanaka2012-06-27
* Exclude both libcxx and compiler-rt until we get their CMake buildsChandler Carruth2012-06-27
* Fix bug in computation of stack size in MipsFrameLowering.cpp.Akira Hatanaka2012-06-27
* Reduce indentation in function. Rearrange some methods. No functionality change.Bill Wendling2012-06-26
* TableGen: AsmMatcher diagnostics preference detail.Jim Grosbach2012-06-26
* Revamp how debugging information is emitted for debug info objects.Bill Wendling2012-06-26
* Add a missing check to avoid dereference null. No sensible test case possible...Evan Cheng2012-06-26
* Remove a instcombine transform that (no longer?) makes sense:Evan Cheng2012-06-26
* Implement getHostCPUName for ARM/linux. This will be used to implement -march...Benjamin Kramer2012-06-26
* Fix llc's -print-before=pass and -print-after=pass.Rafael Espindola2012-06-26
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-26
* Teach TableGen to put chains on more instructionsTim Northover2012-06-26
* Fix ThreadLocalImpl::getInstance for --disable-threads.Argyrios Kyrtzidis2012-06-26
* Allow targets to inject passes before the virtual register rewriter.Jakob Stoklund Olesen2012-06-26
* IntegersSubsetTest: Due to compilation failure with -std=c11, replaced -1UL w...Stepan Dyatkovskiy2012-06-26
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-26
* Replacing zero-sized alloca's with a null pointer is too aggressive, insteadDuncan Sands2012-06-26
* IntegersSubsetMapping: implemented "diff" operation. Operation allows at the ...Stepan Dyatkovskiy2012-06-26
* IntegersSubsetMapping: removed exclude operation, it will replaced with more ...Stepan Dyatkovskiy2012-06-26
* Sphyinxify the Bugpoint document.Bill Wendling2012-06-26
* Removed unused variableElena Demikhovsky2012-06-26
* Rename to match other X86_64* names.Bill Wendling2012-06-26
* Shuffle optimization for AVX/AVX2.Elena Demikhovsky2012-06-26
* Update a bunch of stale comments that dated from when this folled theChandler Carruth2012-06-26
* Remove some duplicate instructions that exist only to given different mnemoni...Craig Topper2012-06-26
* Enable the new LoopInfo algorithm by default.Andrew Trick2012-06-26
* Remove unnecessary FIXMEAndrew Trick2012-06-26
* Make sure type is not extended or untyped before create a constant of the typ...Evan Cheng2012-06-26
* Typo.Eric Christopher2012-06-26
* Make some ugly hacks for inline asm operands which name a specific register a...Eli Friedman2012-06-25
* revert my previous commit (r159173), since as Eli pointed out, it's perfectly...Nuno Lopes2012-06-25