aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [mips] Simplify lowering functions in MipsISelLowering.cpp by using the helperAkira Hatanaka2012-11-211-148/+32
* [mips] Add helper functions that create nodes for computing address.Akira Hatanaka2012-11-211-0/+65
* [mips] Add command line option "-mxgot".Akira Hatanaka2012-11-211-0/+4
* [mips] When a node which loads from a GOT is created, pass a MachinePointerInfoAkira Hatanaka2012-11-211-4/+6
* Add new predicates for the immediate operands.Jyotsna Verma2012-11-211-4/+121
* [mips] Add target operand flag enums for big GOT relocations.Akira Hatanaka2012-11-211-1/+7
* Use one common 'let' expression to set PrintMethod for all immediate operands.Jyotsna Verma2012-11-211-209/+53
* Add relocations used for mips big GOT.Akira Hatanaka2012-11-212-1/+9
* test commit: added a few commentsPreston Briggs2012-11-211-0/+10
* Implementing basic function-level profiling support in IntelJITEventListener.Andrew Kaylor2012-11-211-0/+75
* Add support for varargs functions for msp430.Anton Korobeynikov2012-11-214-2/+86
* Add support for byval args. Patch by Job Noorman!Anton Korobeynikov2012-11-213-17/+72
* Finish the renaming.Rafael Espindola2012-11-212-2/+2
* Renamed HexagonImmediates.td -> HexagonOperands.td.Jyotsna Verma2012-11-212-1/+1
* llvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck-ize.NAKAMURA Takumi2012-11-211-1/+3
* Using "not grep" is brittle as the test passes if llvm-as fails.Rafael Espindola2012-11-211-2/+6
* PR14055: Implement support for sub-vector operations in SROA.Chandler Carruth2012-11-212-23/+150
* Fix execution domain for packed FMA4 instructions.Craig Topper2012-11-212-28/+30
* Mark ISD::FMA as Legal instead of custom for x86 with FMA3/FMA4. Needed so th...Craig Topper2012-11-211-6/+6
* Make calcLiveInMask method static.Jakub Staszak2012-11-211-1/+1
* Make isScratchReg and isFPCopy methods static.Jakub Staszak2012-11-211-2/+2
* Whitespace.Eric Christopher2012-11-211-29/+29
* Update for some of the coding standard before rearranging functionsEric Christopher2012-11-213-53/+53
* Update some comments.Eric Christopher2012-11-211-1/+2
* Update and add some comments.Eric Christopher2012-11-211-0/+8
* Whitespace.Eric Christopher2012-11-211-26/+26
* 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