summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* This patch produces the correct addend value forJack Carter2013-01-27
* Merging MIPS JIT/MCJIT changeset into 3.2 release branch.Pawel Wodnicki2012-12-04
* Merging MIPS GOT changeset into 3.2 release branch.Pawel Wodnicki2012-12-04
* Merge in r168799 (PPC bug fix).Hal Finkel2012-11-29
* Merging r168512: into 3.2 release branch.Pawel Wodnicki2012-11-23
* Merging r168001 into 3.2 release branchPawel Wodnicki2012-11-20
* Merge in PPC internal-as fixes: r167861, r167862, r167863, r167875, r167860, ...Hal Finkel2012-11-20
* Merge in r167737: Make PPC TOC contents deterministic.Hal Finkel2012-11-20
* Merging r167718 into 3.2 release branchPawel Wodnicki2012-11-19
* Merging r167948, r168198: into the 3.2 release branchPawel Wodnicki2012-11-19
* Merging r167719 into the 3.2 relase branchPawel Wodnicki2012-11-19
* [NVPTX] Add more precise PTX/SM target attributesJustin Holewinski2012-11-12
* Move some helper methods to being static functions in the implementation file.Craig Topper2012-11-11
* Use the isTruncFree and isZExtFree API to figure out of these operations are ...Nadav Rotem2012-11-11
* Remove unnecessary subtraction and addition by 1 around a couple for loops.Craig Topper2012-11-10
* Tidy up spacing. No functional change.Craig Topper2012-11-10
* Removed unimplemented method declaration.Craig Topper2012-11-10
* Simplify custom emitter code for pcmp(e/i)str(i/m) and make the helper functi...Craig Topper2012-11-10
* Add more functions to the target library information.Meador Inge2012-11-10
* Disable the Thumb no-return call optimization:Evan Cheng2012-11-10
* Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.Craig Topper2012-11-10
* [NVPTX] Use ABI alignment for parameters when alignment is not specified.Justin Holewinski2012-11-09
* Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov2012-11-09
* Switch FreeBSD/i386 back to 4byte stack alignment. This partiallyRoman Divacky2012-11-09
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-09
* Add support for -mstrict-align compiler option for ARM targets.Chad Rosier2012-11-09
* indentNadav Rotem2012-11-09
* Recommit modified r167540.Amara Emerson2012-11-08
* Add support of RTM from TSX extensionMichael Liao2012-11-08
* [mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.Akira Hatanaka2012-11-07
* Delete MipsFunctionInfo::NextStackOffset. No functionality change intended. Akira Hatanaka2012-11-07
* Revert r167540 until regression tests are updated.Amara Emerson2012-11-07
* Improve ARM build attribute emission for architectures types.Amara Emerson2012-11-07
* [arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier2012-11-07
* Simplify code. No functionality change.Jakub Staszak2012-11-06
* Make the helper functions static. No functional change.Nadav Rotem2012-11-06
* Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering allChad Rosier2012-11-06
* CostModel: add another known vector trunc optimization.Nadav Rotem2012-11-06
* Cost Model: add tables for some avx type-conversion hacks.Nadav Rotem2012-11-06
* Remove tailing whitespacesMichael Liao2012-11-06
* ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.Andrew Trick2012-11-06
* Refactor the getTypeLegalizationCost interface. No functionality change.Nadav Rotem2012-11-05
* CostModel: Add tables for the common x86 compares.Nadav Rotem2012-11-05
* Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.Nadav Rotem2012-11-05
* Suppress signed/unsigned comparison warning.Richard Smith2012-11-05
* Cost Model: Normalize the insert/extract index when splitting typesNadav Rotem2012-11-05
* Cost Model: teach the cost model about expanding integers.Nadav Rotem2012-11-05
* On PowerPC64, integer return values (as well as arguments) are supposedUlrich Weigand2012-11-05
* Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem2012-11-05
* Add support for the PowerPC-specific inline asm Z constraint and y modifier.Hal Finkel2012-11-05