summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor2012-11-21
* [mips] Simplify lowering functions in MipsISelLowering.cpp by using the helperAkira Hatanaka2012-11-21
* [mips] Add helper functions that create nodes for computing address.Akira Hatanaka2012-11-21
* [mips] Add command line option "-mxgot".Akira Hatanaka2012-11-21
* [mips] When a node which loads from a GOT is created, pass a MachinePointerInfoAkira Hatanaka2012-11-21
* Add new predicates for the immediate operands.Jyotsna Verma2012-11-21
* [mips] Add target operand flag enums for big GOT relocations.Akira Hatanaka2012-11-21
* Use one common 'let' expression to set PrintMethod for all immediate operands.Jyotsna Verma2012-11-21
* Add relocations used for mips big GOT.Akira Hatanaka2012-11-21
* test commit: added a few commentsPreston Briggs2012-11-21
* Implementing basic function-level profiling support in IntelJITEventListener.Andrew Kaylor2012-11-21
* Add support for varargs functions for msp430.Anton Korobeynikov2012-11-21
* Add support for byval args. Patch by Job Noorman!Anton Korobeynikov2012-11-21
* Finish the renaming.Rafael Espindola2012-11-21
* Renamed HexagonImmediates.td -> HexagonOperands.td.Jyotsna Verma2012-11-21
* llvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck-ize.NAKAMURA Takumi2012-11-21
* Using "not grep" is brittle as the test passes if llvm-as fails.Rafael Espindola2012-11-21
* PR14055: Implement support for sub-vector operations in SROA.Chandler Carruth2012-11-21
* Fix execution domain for packed FMA4 instructions.Craig Topper2012-11-21
* Mark ISD::FMA as Legal instead of custom for x86 with FMA3/FMA4. Needed so th...Craig Topper2012-11-21
* Make calcLiveInMask method static.Jakub Staszak2012-11-21
* Make isScratchReg and isFPCopy methods static.Jakub Staszak2012-11-21
* Whitespace.Eric Christopher2012-11-21
* Update for some of the coding standard before rearranging functionsEric Christopher2012-11-21
* Update some comments.Eric Christopher2012-11-21
* Update and add some comments.Eric Christopher2012-11-21
* Whitespace.Eric Christopher2012-11-21
* Add a tests for the new -no-show-raw-insn option of llvm-objdump.Eli Bendersky2012-11-20
* Add obvious constantness.Jakub Staszak2012-11-20
* Remove constness from this, it modifies the output stream as doesEric Christopher2012-11-20
* Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit moreEli Bendersky2012-11-20
* removes a few "const" qualifiersSebastian Pop2012-11-20
* [python] fix get_library()Anders Waldenborg2012-11-20
* Removing some unused instruction definitions from the Hexagon backend.Jyotsna Verma2012-11-20
* Remove unused function argument, add a bit to the comment.Eric Christopher2012-11-20
* Formatting.Eric Christopher2012-11-20
* Whitespace.Eric Christopher2012-11-20
* Some sphinx-ing and consistency fixesEli Bendersky2012-11-20
* Remove some dead code.Eric Christopher2012-11-20
* Better 80cols... *sigh*Joe Abbey2012-11-20
* Fixing a broken link.Joe Abbey2012-11-20
* [asan] use names of globals instead of an external set to distinguish the glo...Kostya Serebryany2012-11-20
* [asan] don't instrument linker-initialized globals even with external linkage...Kostya Serebryany2012-11-20
* [asan] make sure that linker-initialized globals (non-extern) are not instrum...Kostya Serebryany2012-11-20
* docs: Fix highlighting.Sean Silva2012-11-20
* llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.NAKAMURA Takumi2012-11-20
* Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but theChandler Carruth2012-11-20
* Use LLVM_ENABLE_DUMP for the variables used in printing as well as theChandler Carruth2012-11-20
* Fix PR14132 and handle OOB loads speculated throuh PHI nodes.Chandler Carruth2012-11-20
* Fix physical register liveness calculations:Tim Northover2012-11-20