aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2013-07-25Clean some PNaCl-specific tests.Jim Stichnoth
2013-07-24Hide the x86-64 sandbox base address.Jim Stichnoth
2013-07-23Cherrypick test from r186226 - Fix ARM paired GPR COPY loweringJF Bastien
2013-07-22Cherrypick upstream ARM FastISel ext patchesJF Bastien
2013-07-18Merge remote-tracking branch 'origin/master'Eli Bendersky
2013-07-17Disallow a global address in the x86-64 displacement field.Jim Stichnoth
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-07-08R600: Fix R600ControlFlowFinalizer not considering VTX_READ 128 bit dst regTom Stellard
2013-06-25Revert "Apply upstream r183551, r183601, r183624 and r183794"Jan Voung
2013-06-24Merge r179774: Allow misaligned stores in x86 fast-isel.Mark Seaborn
2013-06-13Fix PrologEpilogInserter to save and restore all callee saved registersDerek Schuff
2013-06-11Apply upstream r183551, r183601, r183624 and r183794JF Bastien
2013-05-31Apply LLVM upstream: r182877 - Enable FastISel on ARM for Linux and NaClJF Bastien
2013-05-29Apply LLVM upstream: r181801 - Fix ARM FastISel tests, as a first step to ena...JF Bastien
2013-05-29Apply LLVM upstream: r182175 - Support unaligned load/store on more ARM targetsJF Bastien
2013-05-29Merging r182394:Bill Wendling
2013-05-29Merging r182298:Bill Wendling
2013-05-29Merging r182254:Bill Wendling
2013-05-29Merging r182253:Bill Wendling
2013-05-22Merging r182486:Bill Wendling
2013-05-21Merging r182387:Bill Wendling
2013-05-21Merging r182364:Bill Wendling
2013-05-17Merging r182113:Bill Wendling
2013-05-17Re-allow an x86-32 fast-isel optimization for NaCl / use shorter insts.Jan Voung
2013-05-17Cherry-pick r181922: Fix miscompile due to StackColoring incorrectly merging ...Mark Seaborn
2013-05-16Merging r181540:Bill Wendling
2013-05-16Merging r181580:Bill Wendling
2013-05-16Merging r181579:Bill Wendling
2013-05-16Merging r181578:Bill Wendling
2013-05-16Merging r181577:Bill Wendling
2013-05-16Merging r181576:Bill Wendling
2013-05-15Merging r181842:Bill Wendling
2013-05-14Merging r181800:Bill Wendling
2013-05-10Merging r181397:Bill Wendling
2013-05-09Merging r181423:Bill Wendling
2013-05-06Reduce attributes.Bill Wendling
2013-05-06R600: Emit config values in register / value pairsTom Stellard
2013-05-06R600: Stop emitting the instruction type byte before each instructionTom Stellard
2013-05-06R600: Emit ISA for CALL_FS_* instructionsTom Stellard
2013-05-06[SystemZ] Add CodeGen test casesUlrich Weigand
2013-05-06Fix slightly too aggressive conact_vector optimization.Michael Kuperstein
2013-05-06Add a testcase that checks that we generate functions with frameBill Wendling
2013-05-05Test case for r181160 and r181161. rdar://13782395Evan Cheng
2013-05-05For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy
2013-05-05Remove a recently redundant transform from X86ISelLowering.David Majnemer
2013-05-04AArch64: support literal pool access in large memory model.Tim Northover
2013-05-04AArch64: support large code model for jump-tablesTim Northover
2013-05-04AArch64: implement support for blockaddress in large code modelTim Northover
2013-05-04AArch64: implement large code model access to global variables.Tim Northover
2013-05-03Remove some uneeded pseudos in the presence of the naked function attribute.Reed Kotler