summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Update call to the new syntax.Bill Wendling2012-11-23
* Remove unused parameter Penalty from the BoundsChecking pass.Joey Gouly2012-11-23
* Cleanup: Simplify loop end logic in computeRegisterProperties().Patrik Hägglund2012-11-23
* Add more functions to the target library information.Meador Inge2012-11-22
* llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune AddressSaniti...NAKAMURA Takumi2012-11-22
* Fix 80-col violationEli Bendersky2012-11-22
* IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and FinalizePr...NAKAMURA Takumi2012-11-22
* llvm.fmuladd.* lowering should be checking isOperationLegalOrCustom, rather thanLang Hames2012-11-22
* [asan] rip off the creation of global redzones from the main AddressSanitizer...Kostya Serebryany2012-11-22
* Pull some code out into functions to make rearranging them a bit easier.Eric Christopher2012-11-22
* Corrects a problem where we reply exclusively of GEPs to drivePreston Briggs2012-11-21
* Mips direct object xgot supportJack Carter2012-11-21
* [mips] Generate big GOT code.Akira Hatanaka2012-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
* 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
* 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 obvious constantness.Jakub Staszak2012-11-20
* Remove constness from this, it modifies the output stream as doesEric Christopher2012-11-20
* removes a few "const" qualifiersSebastian Pop2012-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
* [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
* 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
* Intel OCL built-ins calling conventions now support MacOS 32-bit.Elena Demikhovsky2012-11-20