aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-31[lit] Move discovery code into its own module.Daniel Dunbar
2013-01-31Revert for now:Bill Wendling
2013-01-31Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...Michael Gottesman
2013-01-31Remove the AttrBuilder version of the Attribute::get function.Bill Wendling
2013-01-31Whitespace.Eric Christopher
2013-01-31Check and allow floating point registers to select the size of theEric Christopher
2013-01-31LangRef: Add a Rationale for volatile rules.Andrew Trick
2013-01-31Replace some more greps with FileChecks in testsEli Bendersky
2013-01-31Minor code simplification.Dan Gohman
2013-01-31Make sure that the Attribute object represents one attribute only.Bill Wendling
2013-01-31[lit] Add a MANIFEST file and a script for sanity checking the source dist.Daniel Dunbar
2013-01-31[lit] Add a basic discovery test.Daniel Dunbar
2013-01-31[lit] Add a script for checking test coverage.Daniel Dunbar
2013-01-31[lit] Add a test suite for lit itself.Daniel Dunbar
2013-01-31stripAndComputeConstantOffsets is only called on pointers; check thisDan Gohman
2013-01-31Rewrite this test properly with a FileCheck instead of grepsEli Bendersky
2013-01-31Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman
2013-01-30Added a unit test for r173983 that verifies that Target.isiOS() works correctly.Michael Gottesman
2013-01-30PPC QPX requires a 32-byte aligned stackHal Finkel
2013-01-30Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling
2013-01-30Convert typeIncompatible to return an AttributeSet.Bill Wendling
2013-01-30Forgot the test case before.Evan Cheng
2013-01-30Restrict sin/cos optimization to 64-bit only for now. 32-bit is a bit messy a...Evan Cheng
2013-01-30Doxygenified some comments in IRBuilder.h.Michael Gottesman
2013-01-30Removed CreateFPExtOrFPTrunc for now until I have the time to get in my vecto...Michael Gottesman
2013-01-30Initialize hasQPX in PPCSubtargetHal Finkel
2013-01-30Encapsulate testing that we have an iOS Triple in Triple.h in the method isiOSMichael Gottesman
2013-01-30Remove redundant code.Bill Wendling
2013-01-30...in light of recent activity related to llvm.memcpy flags. I want toAndrew Trick
2013-01-30Add definitions for the PPC a2q core marked as having QPX availableHal Finkel
2013-01-30Remove a mention of TargetInstrDescriptor, which no longer exists in the codeEli Bendersky
2013-01-30[docs] Guide prospective TableGen backend writers.Sean Silva
2013-01-30Use the number of 'slots' in the AttributeSetImpl being 0 to indicate that th...Bill Wendling
2013-01-30Clean up whitespace and indentation a bitEli Bendersky
2013-01-30Linker: correctly link in dbg.declareManman Ren
2013-01-30Add a special ARM trap encoding for NaCl.Eli Bendersky
2013-01-30Add missing header and test cases for r173939.Logan Chien
2013-01-30Override virtual function for ARM EH directives.Logan Chien
2013-01-30LLDB uses ConvertUTF16toUTF8, remove #ifdefDmitri Gribenko
2013-01-30Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko
2013-01-30Documentation: Updating the data layout default specifications toPatrik Hagglund
2013-01-30[lit] Make GoogleTest test runner correctly discover tests in the source rootAlexey Samsonov
2013-01-30Attempt to fix dragonegg. Use the number of slots to determine if the Attribu...Bill Wendling
2013-01-30InstCombine: canonicalize sext-and --> selectNadav Rotem
2013-01-30build: regenerate configureSaleem Abdulrasool
2013-01-30build: add --with-python optionSaleem Abdulrasool
2013-01-30Removing initializer for the field removed in r173887David Blaikie
2013-01-30Remove unused variable (introduced in r173884) to clear clang -Werror buildDavid Blaikie
2013-01-30Forgot to add new file to CMakeListsJack Carter
2013-01-30This patch implements runtime ARM specificJack Carter