aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Revert for now:Bill Wendling2013-01-313-16/+22
* Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...Michael Gottesman2013-01-312-4/+4
* Remove the AttrBuilder version of the Attribute::get function.Bill Wendling2013-01-313-22/+16
* Whitespace.Eric Christopher2013-01-311-9/+9
* Check and allow floating point registers to select the size of theEric Christopher2013-01-312-2/+44
* LangRef: Add a Rationale for volatile rules.Andrew Trick2013-01-311-0/+10
* Replace some more greps with FileChecks in testsEli Bendersky2013-01-313-22/+30
* Minor code simplification.Dan Gohman2013-01-311-1/+1
* Make sure that the Attribute object represents one attribute only.Bill Wendling2013-01-314-24/+30
* [lit] Add a MANIFEST file and a script for sanity checking the source dist.Daniel Dunbar2013-01-312-0/+51
* [lit] Add a basic discovery test.Daniel Dunbar2013-01-319-0/+41
* [lit] Add a script for checking test coverage.Daniel Dunbar2013-01-313-0/+63
* [lit] Add a test suite for lit itself.Daniel Dunbar2013-01-312-0/+41
* stripAndComputeConstantOffsets is only called on pointers; check thisDan Gohman2013-01-311-10/+1
* Rewrite this test properly with a FileCheck instead of grepsEli Bendersky2013-01-311-8/+10
* Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman2013-01-312-6/+28
* Added a unit test for r173983 that verifies that Target.isiOS() works correctly.Michael Gottesman2013-01-301-0/+30
* PPC QPX requires a 32-byte aligned stackHal Finkel2013-01-303-1/+31
* Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling2013-01-304-23/+13
* Convert typeIncompatible to return an AttributeSet.Bill Wendling2013-01-305-24/+33
* Forgot the test case before.Evan Cheng2013-01-301-0/+40
* Restrict sin/cos optimization to 64-bit only for now. 32-bit is a bit messy a...Evan Cheng2013-01-302-10/+14
* Doxygenified some comments in IRBuilder.h.Michael Gottesman2013-01-301-8/+9
* Removed CreateFPExtOrFPTrunc for now until I have the time to get in my vecto...Michael Gottesman2013-01-301-14/+0
* Initialize hasQPX in PPCSubtargetHal Finkel2013-01-301-0/+1
* Encapsulate testing that we have an iOS Triple in Triple.h in the method isiOSMichael Gottesman2013-01-301-1/+6
* Remove redundant code.Bill Wendling2013-01-301-20/+2
* ...in light of recent activity related to llvm.memcpy flags. I want toAndrew Trick2013-01-301-0/+5
* Add definitions for the PPC a2q core marked as having QPX availableHal Finkel2013-01-303-0/+19
* Remove a mention of TargetInstrDescriptor, which no longer exists in the codeEli Bendersky2013-01-301-6/+4
* [docs] Guide prospective TableGen backend writers.Sean Silva2013-01-301-0/+4
* Use the number of 'slots' in the AttributeSetImpl being 0 to indicate that th...Bill Wendling2013-01-301-1/+1
* Clean up whitespace and indentation a bitEli Bendersky2013-01-302-9/+5
* Linker: correctly link in dbg.declareManman Ren2013-01-303-2/+145
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-3010-10/+105
* Add missing header and test cases for r173939.Logan Chien2013-01-305-0/+323
* Override virtual function for ARM EH directives.Logan Chien2013-01-301-2/+216
* LLDB uses ConvertUTF16toUTF8, remove #ifdefDmitri Gribenko2013-01-301-2/+0
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-304-0/+879
* Documentation: Updating the data layout default specifications toPatrik Hagglund2013-01-301-6/+4
* [lit] Make GoogleTest test runner correctly discover tests in the source rootAlexey Samsonov2013-01-301-15/+23
* Attempt to fix dragonegg. Use the number of slots to determine if the Attribu...Bill Wendling2013-01-301-1/+1
* InstCombine: canonicalize sext-and --> selectNadav Rotem2013-01-304-14/+52
* build: regenerate configureSaleem Abdulrasool2013-01-301-3/+90
* build: add --with-python optionSaleem Abdulrasool2013-01-305-6/+36
* Removing initializer for the field removed in r173887David Blaikie2013-01-301-1/+1
* Remove unused variable (introduced in r173884) to clear clang -Werror buildDavid Blaikie2013-01-301-2/+0
* Forgot to add new file to CMakeListsJack Carter2013-01-301-0/+1
* This patch implements runtime ARM specificJack Carter2013-01-305-2/+43
* This patch implements runtime Mips specificJack Carter2013-01-307-3/+168