aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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-211-0/+4
* Implementing basic function-level profiling support in IntelJITEventListener.Andrew Kaylor2012-11-211-0/+75
* Add support for varargs functions for msp430.Anton Korobeynikov2012-11-213-2/+36
* Add support for byval args. Patch by Job Noorman!Anton Korobeynikov2012-11-212-17/+46
* Finish the renaming.Rafael Espindola2012-11-212-2/+2
* Renamed HexagonImmediates.td -> HexagonOperands.td.Jyotsna Verma2012-11-212-1/+1
* PR14055: Implement support for sub-vector operations in SROA.Chandler Carruth2012-11-211-21/+75
* 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 obvious constantness.Jakub Staszak2012-11-201-3/+3
* Remove constness from this, it modifies the output stream as doesEric Christopher2012-11-202-2/+2
* removes a few "const" qualifiersSebastian Pop2012-11-201-13/+13
* 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
* [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-201-5/+3
* [asan] make sure that linker-initialized globals (non-extern) are not instrum...Kostya Serebryany2012-11-201-31/+31
* 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-201-0/+21
* Fix physical register liveness calculations:Tim Northover2012-11-202-8/+13
* Intel OCL built-ins calling conventions now support MacOS 32-bit.Elena Demikhovsky2012-11-201-23/+24
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-2010-111/+91
* 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-201-168/+118
* 80-column and whitespace fixups.Eric Christopher2012-11-201-9/+11
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-191-0/+20
* Remove a function argument and propagate const around accordingly.Eric Christopher2012-11-193-13/+17
* Whitespace and 80-col.Eric Christopher2012-11-191-49/+49
* Make AsmPrinter::EmitTTypeReference() more robust - putAnton Korobeynikov2012-11-193-19/+11
* Factor out type info emission into separate routine.Anton Korobeynikov2012-11-193-2/+64
* 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-191-2/+10
* 80 colsJoe Abbey2012-11-191-6/+9
* Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi2012-11-191-2/+2