summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove a useless check in BBVectorize.Hal Finkel2012-06-281-5/+0
* Allow BBVectorize to form non-2^n-length vectors.Hal Finkel2012-06-284-134/+571
* Refactor operation equivalence checking in BBVectorize by extending Instructi...Hal Finkel2012-06-283-29/+29
* Only print out the tag if it's there.Bill Wendling2012-06-281-1/+2
* Don't output an empty string.Bill Wendling2012-06-281-2/+3
* The Mips specific inline asm operand modifier 'z' has theJack Carter2012-06-282-1/+25
* make LVI::getEdgeValue() always intersect the constraints of the edge with th...Nuno Lopes2012-06-282-36/+97
* fix a off-by-one bug in intersectWith(), and add a bunch of testsNuno Lopes2012-06-282-3/+33
* Use the interface through DIDescriptor to get the tag/version for a debug infoBill Wendling2012-06-281-9/+11
* Silence unused variable warning.Richard Trieu2012-06-281-0/+1
* Fix cmake failure from moving files around.Bill Wendling2012-06-282-1/+1
* Remove 'site.exp' building from both CMake and configure+make.Chandler Carruth2012-06-285-62/+14
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-2842-108/+106
* Remove the last vestiges of the '-lit' and '-dg' test runner split byChandler Carruth2012-06-281-9/+9
* Remove 'check-dg', a wrapper around 'check-local-dg' which was justChandler Carruth2012-06-282-24/+2
* Remove autoconf support for runtest and tclsh, some of the last vestigalChandler Carruth2012-06-273-6/+0
* Rip out legacy DejaGNU support from our Makefiles. This hasn't been theChandler Carruth2012-06-271-22/+0
* LLVM-GCC is dead. Really. I promise. ;]Chandler Carruth2012-06-271-2/+0
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-272-0/+40
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-275-12/+83
* Whitespace.Chad Rosier2012-06-271-34/+34
* The ELF relocation record format is different for N64 Jack Carter2012-06-274-13/+67
* Refactor and speed up DFA generator.Anshuman Dasgupta2012-06-271-21/+48
* Revert r159136 due to PR13124.Matt Beaumont-Gay2012-06-273-31/+0
* When users ask for -mcpu=help or -mattr=help, just output the help withoutDuncan Sands2012-06-271-13/+23
* Some reassociate optimizations create new instructions, which they insert justDuncan Sands2012-06-272-11/+21
* Teach assembler to handle capitalised operation values for DSB instructionsRichard Barton2012-06-272-1/+7
* Clean up the 'check' CMake build rule a bit, notable renaming it toChandler Carruth2012-06-271-19/+28
* Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru...Richard Barton2012-06-271-1/+2
* Sphinxify the exception handling doc.Bill Wendling2012-06-273-564/+369
* Silence uninitialized variable warning in MipsISelDAGToDAG.cpp.Akira Hatanaka2012-06-271-1/+1
* Test case for r159240.Akira Hatanaka2012-06-271-0/+9
* Exclude both libcxx and compiler-rt until we get their CMake buildsChandler Carruth2012-06-271-1/+2
* Fix bug in computation of stack size in MipsFrameLowering.cpp.Akira Hatanaka2012-06-272-3/+10
* Reduce indentation in function. Rearrange some methods. No functionality change.Bill Wendling2012-06-261-223/+222
* TableGen: AsmMatcher diagnostics preference detail.Jim Grosbach2012-06-261-1/+3
* Revamp how debugging information is emitted for debug info objects.Bill Wendling2012-06-262-196/+113
* Add a missing check to avoid dereference null. No sensible test case possible...Evan Cheng2012-06-261-0/+2
* Remove a instcombine transform that (no longer?) makes sense:Evan Cheng2012-06-263-33/+16
* Implement getHostCPUName for ARM/linux. This will be used to implement -march...Benjamin Kramer2012-06-261-0/+55
* Fix llc's -print-before=pass and -print-after=pass.Rafael Espindola2012-06-262-0/+10
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-2613-4/+268
* Teach TableGen to put chains on more instructionsTim Northover2012-06-261-0/+7
* Fix ThreadLocalImpl::getInstance for --disable-threads.Argyrios Kyrtzidis2012-06-261-3/+5
* Allow targets to inject passes before the virtual register rewriter.Jakob Stoklund Olesen2012-06-262-1/+17
* IntegersSubsetTest: Due to compilation failure with -std=c11, replaced -1UL w...Stepan Dyatkovskiy2012-06-261-4/+8
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-2610-12/+39
* Replacing zero-sized alloca's with a null pointer is too aggressive, insteadDuncan Sands2012-06-262-9/+47
* IntegersSubsetMapping: implemented "diff" operation. Operation allows at the ...Stepan Dyatkovskiy2012-06-262-3/+401
* IntegersSubsetMapping: removed exclude operation, it will replaced with more ...Stepan Dyatkovskiy2012-06-262-226/+0