aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix this condition; it has an else clause attached for Darwin only. PatchNick Lewycky2010-08-021-1/+3
* Fix comment.Daniel Dunbar2010-08-021-1/+1
* docs/TestingGuide: Minimal update to describe 'lit' based regression testingDaniel Dunbar2010-08-021-79/+81
* docs/TestingGuide: Rip out description of old nightly tester infrastructure. TheDaniel Dunbar2010-08-021-61/+0
* tests: Kill off custom targets which were just there for TestRunner.sh.Daniel Dunbar2010-08-022-23/+0
* tests: Deprecate TestRunner.sh, and have it just invoke 'llvm-lit' (which willDaniel Dunbar2010-08-021-34/+3
* build: Fix a dependency.Daniel Dunbar2010-08-021-1/+1
* tests: Add an 'llvm-lit' tool (script), which gets generated as part of theDaniel Dunbar2010-08-023-1/+44
* lit: Allow clients to define predefined parameters.Daniel Dunbar2010-08-021-3/+2
* PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.Eli Friedman2010-08-022-10/+14
* tests: Make 'lit' the default test tool. You can still use 'make check-dg' toDaniel Dunbar2010-08-022-7/+9
* Targets: Add InitializeNativeTargetAsmPrinter(), patch by Jan Sjodin, althoughDaniel Dunbar2010-08-011-0/+24
* Fix word choice.Nick Lewycky2010-08-011-1/+1
* PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actuallyEli Friedman2010-08-012-2/+13
* Preallocate vector, avoid unnecessary vector growth.Benjamin Kramer2010-08-011-0/+1
* Reference the personalities. Don't copy them into a new vector.Bill Wendling2010-08-011-1/+1
* Revert new AVX intrinsic tests. They are breaking buildbots and Bruno isBob Wilson2010-07-312-2006/+0
* build: Don't pass -avoid-version or -no-undefined on Darwin, they don't doDaniel Dunbar2010-07-313-5/+2
* Silence some -Asserts uninitialized variable warnings.Daniel Dunbar2010-07-312-2/+3
* llc: Add -mc-relax-all.Michael J. Spencer2010-07-311-0/+11
* Speculatively revert r108614, "Another attempt at getting the clang self-host toDaniel Dunbar2010-07-312-58/+0
* Add const to some methods and change TestMergedProgram to return the mergedRafael Espindola2010-07-313-23/+32
* doxygenize argument accessorsGabor Greif2010-07-311-0/+10
* MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend.Michael J. Spencer2010-07-311-1/+0
* Move newlines before inline jumptables from the asm strings in .td files toBob Wilson2010-07-314-9/+9
* Add relax all support to the COFF object streamer.Michael J. Spencer2010-07-313-4/+8
* Add support for disassembling VMVN (immediate) instructions. PR7747.Bob Wilson2010-07-312-0/+7
* The BlockExtractorPass() constructor was not reading the BlockFile and that wasRafael Espindola2010-07-313-8/+5
* Add an initial implementation of PHI translation for LazyValueInfo. This inv...Owen Anderson2010-07-301-35/+72
* Add -disable-shifter-op to disable isel of shifter ops. On Cortex-a9 the shif...Evan Cheng2010-07-301-0/+11
* Add a check in the ARM disassembler for NEON instructions that wouldBob Wilson2010-07-301-5/+9
* Add a "Compare" flag to the target instruction descriptor. This will be usedBill Wendling2010-07-305-1/+11
* PPC doesn't supported VLA with large alignment. This wasDale Johannesen2010-07-302-2/+4
* Move MaximumAlignment to be a member of the Value class.Dan Gohman2010-07-303-6/+7
* Revert my last two patches to LVI, which recent changes have exposed a miscom...Owen Anderson2010-07-301-56/+94
* Add missing newline to debug statement.Nick Lewycky2010-07-301-1/+1
* LibCallAliasAnalysis uses multiple inheritance, so it needs to implementNick Lewycky2010-07-301-0/+10
* A *bunch* of tests for AVX intrinsicsBruno Cardoso Lopes2010-07-302-0/+2006
* Add the __TEXT,__StaticInit section to the list of sections emitted at theBob Wilson2010-07-301-0/+6
* Support all 128-bit AVX vector intrinsics. Most part of them I alreadyBruno Cardoso Lopes2010-07-303-232/+240
* Fix typo!Bruno Cardoso Lopes2010-07-301-8/+8
* Attempt to fix the llvm-gcc-powerpc-darwin9 buildbot.Bob Wilson2010-07-301-1/+1
* MC: Initialize MCFragment::Offset, noticed by Cameron Esfahani.Daniel Dunbar2010-07-301-1/+2
* Fix -Wmissing-field-initializers warnings.Daniel Dunbar2010-07-301-15/+5
* Grammar cop pullover: Corrected and improved some grammar in the description ofJohn Criswell2010-07-301-6/+6
* Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola2010-07-305-22/+32
* Tweak suppressions.Benjamin Kramer2010-07-302-1/+2
* Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctlyEli Friedman2010-07-302-6/+17
* Do not pass a copy of the value map, pass a reference to it.Duncan Sands2010-07-301-1/+1
* Fix the ValueMap copy constructor. The issue is that the map keys are valueDuncan Sands2010-07-302-1/+15