summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a tests for the new -no-show-raw-insn option of llvm-objdump.Eli Bendersky2012-11-202-0/+21
* Add obvious constantness.Jakub Staszak2012-11-201-3/+3
* Remove constness from this, it modifies the output stream as doesEric Christopher2012-11-202-2/+2
* Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit moreEli Bendersky2012-11-201-2/+9
* removes a few "const" qualifiersSebastian Pop2012-11-202-22/+22
* [python] fix get_library()Anders Waldenborg2012-11-201-15/+35
* Removing some unused instruction definitions from the Hexagon backend.Jyotsna Verma2012-11-202-92/+0
* Remove unused function argument, add a bit to the comment.Eric Christopher2012-11-202-5/+6
* Formatting.Eric Christopher2012-11-201-10/+11
* Whitespace.Eric Christopher2012-11-201-12/+8
* Some sphinx-ing and consistency fixesEli Bendersky2012-11-201-16/+15
* Remove some dead code.Eric Christopher2012-11-201-19/+0
* Better 80cols... *sigh*Joe Abbey2012-11-201-3/+3
* Fixing a broken link.Joe Abbey2012-11-201-3/+3
* [asan] use names of globals instead of an external set to distinguish the glo...Kostya Serebryany2012-11-201-4/+8
* [asan] don't instrument linker-initialized globals even with external linkage...Kostya Serebryany2012-11-202-6/+26
* [asan] make sure that linker-initialized globals (non-extern) are not instrum...Kostya Serebryany2012-11-202-32/+51
* docs: Fix highlighting.Sean Silva2012-11-201-1/+1
* llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.NAKAMURA Takumi2012-11-201-0/+3
* Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but theChandler Carruth2012-11-201-1/+1
* Use LLVM_ENABLE_DUMP for the variables used in printing as well as theChandler Carruth2012-11-201-2/+2
* Fix PR14132 and handle OOB loads speculated throuh PHI nodes.Chandler Carruth2012-11-202-0/+56
* Fix physical register liveness calculations:Tim Northover2012-11-204-12/+34
* Intel OCL built-ins calling conventions now support MacOS 32-bit.Elena Demikhovsky2012-11-202-59/+82
* Marking remote mcjit tests as XFAIL for MIPS.Simon Atanasyan2012-11-207-7/+7
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-2012-124/+102
* Note Freescale's contributions in the PPC release notes.Hal Finkel2012-11-201-1/+4
* docs: Sphinxify LLVMBuild documentation.Sean Silva2012-11-203-369/+327
* Add a comment to associate a FIXME with a PR where it is matters.Chandler Carruth2012-11-201-1/+2
* Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth2012-11-204-194/+164
* ReST-ify some markup in the LIT documentEli Bendersky2012-11-201-10/+10
* 80-column and whitespace fixups.Eric Christopher2012-11-202-52/+54
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-193-0/+58
* Remove a function argument and propagate const around accordingly.Eric Christopher2012-11-194-15/+19
* Whitespace and 80-col.Eric Christopher2012-11-191-49/+49
* docs: Fix reference to "bold" part of code example.Sean Silva2012-11-191-5/+6
* Make AsmPrinter::EmitTTypeReference() more robust - putAnton Korobeynikov2012-11-193-19/+11
* Factor out type info emission into separate routine.Anton Korobeynikov2012-11-194-2/+141
* Move section label emission to module end. Nothing should beEric Christopher2012-11-191-3/+3
* Handle mixed normal and early-clobber defs on inline asm.Jakob Stoklund Olesen2012-11-192-2/+17
* Fix a pasto.Eric Christopher2012-11-192-8/+10
* 80 colsJoe Abbey2012-11-191-6/+9
* Enable MCJIT tests on PowerPC.Ulrich Weigand2012-11-192-2/+14
* Add myself as owner of the Hexagon backend.Anshuman Dasgupta2012-11-191-0/+4
* Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi2012-11-192-6/+6
* First version of Polly release notes for 3.2Tobias Grosser2012-11-191-5/+14
* Clean up handling of always-inline functions in the inliner.Bob Wilson2012-11-193-115/+118
* Some comment fixes.Bob Wilson2012-11-192-6/+6
* Move else onto line with preceding closing brace.Craig Topper2012-11-191-2/+1
* Remove the last bit of constant folding from LinearizeExprTree (most of it wasDuncan Sands2012-11-181-11/+0