summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
Commit message (Expand)AuthorAge
* Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECT...Nate Begeman2010-07-27
* Fix up -fstack-protector on linux to use the segmentEric Christopher2010-07-06
* Move v-binop-widen tests to X86 since they don't work on all platformsMon P Wang2010-06-22
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-17
* modify so the test doesn't drop an output file in the test source directory.Jim Grosbach2010-06-16
* Remove the local register allocator.Jakob Stoklund Olesen2010-06-15
* Fixed vector widening of binary instructions that can trap. Patch by Visa Put...Mon P Wang2010-06-15
* Implement expansion in type legalization for add/sub with overflow. TheEli Friedman2010-06-03
* Enable a bunch more -regalloc=fast testsJakob Stoklund Olesen2010-05-12
* SDDbgValues are apparently not being legalized. Fix a symptom of the problem,Dan Gohman2010-05-07
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-02
* fix PR6332, allowing an index of zero into a zero sized array Chris Lattner2010-04-17
* Fix PR4975. Avoid referencing empty vector.Evan Cheng2010-03-29
* Revert Edwin's change that is breaking MultiSource/Applications/ClamAV/clamscan.Bob Wilson2010-03-24
* Fix memory leak in liveintervals: the destructor for VNInfos must be called,Torok Edwin2010-03-24
* Fix PR6673: updating the callback should not clear the map.Chris Lattner2010-03-22
* Fix liveintervals handling of dbg_value instructions.Evan Cheng2010-03-16
* Fix the third (and last known) case of code update problems due Chris Lattner2010-03-16
* Implement support for the case when a reference to a addr-of-bb Chris Lattner2010-03-15
* don't have i386-specific tests in CodeGen/Generic, PR6601.Chris Lattner2010-03-14
* stop using anders-aaChris Lattner2010-03-01
* Remove this generic debug info intrinsic test. LLVM does not use this llvm.db...Devang Patel2010-03-01
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-15
* move tests that depend on the x86 backend out of codegen/generic,Chris Lattner2010-02-09
* make target independent.Chris Lattner2010-02-09
* merge a target-specific add test into x86 directory.Chris Lattner2010-02-09
* merge two tests, make target independent.Chris Lattner2010-02-09
* just remove this test, it is not reduced, is not clear what its testing for andChris Lattner2010-01-24
* remove this test.Chris Lattner2010-01-23
* Fix test.Evan Cheng2010-01-23
* APInt'fy TargetLowering::SimplifySetCC to fix PR5963.Evan Cheng2010-01-07
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* While this test is testing a problem in the generic part of codegen,Duncan Sands2009-11-27
* Convert test to FileCheck.Benjamin Kramer2009-11-22
* Don't leave temporary files in the test directory.Jakob Stoklund Olesen2009-11-21
* Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048),Duncan Sands2009-11-20
* Added a testcase for PR5495.Lang Hames2009-11-16
* Fix PR5421 by APInt'izing switch lowering.Chris Lattner2009-11-07
* Declare sin & cos as readonly so they match the code in SelectionDAGBuildNate Begeman2009-11-03
* Revert the main portion of r31856. It was causing BranchFoldingDan Gohman2009-10-22
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-11
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Split test into 3.Dale Johannesen2009-08-24
* Make linkerprivate work for ARM and PPC. Testcase coversDale Johannesen2009-08-24
* Remove the IA-64 backend.Dan Gohman2009-07-24
* remove tests for removed intrinsics.Chris Lattner2009-07-12