aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename variable to be more descriptive.Eric Christopher2013-05-301-3/+3
* Formatting.Eric Christopher2013-05-301-1/+1
* Reformat comments here.Eric Christopher2013-05-301-26/+26
* Add a comment and some tests including the NULL byte.Eric Christopher2013-05-301-0/+9
* This testcase tests command line attributes which we don't yet support.Bill Wendling2013-05-301-62/+0
* Remove dead return.Rafael Espindola2013-05-301-1/+0
* Added a unittest for APFloat::getSmallestNormalized.Michael Gottesman2013-05-301-0/+30
* Added code to the unittest for APFloat::getSmallest to double check that we c...Michael Gottesman2013-05-301-2/+6
* Add a unittest for APFloat::getSmallest.Michael Gottesman2013-05-291-0/+26
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-2916-52/+80
* X86: Fix Defs/Uses for insts that imp-def/imp-use both an A-register and EFLAGS.Ahmed Bougacha2013-05-291-66/+74
* Don't assume the registers will be enumerated sequentially.Chad Rosier2013-05-291-2/+5
* Add colored diagnostics when building LLVM with cmake + ninja + clangArnaud A. de Grandmaison2013-05-291-0/+7
* Enable FastISel on ARM for Linux and NaClJF Bastien2013-05-2925-15/+99
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-296-11/+13
* Teach ReMaterialization to be more cunning about subregistersTim Northover2013-05-293-27/+74
* Simplify logic by using the appropriate functions.Adrian Prantl2013-05-292-3/+2
* LTO+Debug Info: revert r182791.Manman Ren2013-05-294-171/+13
* Tidy some register classes for ARM and ThumbJF Bastien2013-05-292-3/+3
* SparcFrameLowering.cpp: Mark verifyLeafProcRegUse() as UNUSED. [-Wunused-func...NAKAMURA Takumi2013-05-291-1/+1
* [SystemZ] Two tests missing from previous commitRichard Sandiford2013-05-292-0/+218
* [SystemZ] Immediate compare-and-branch supportRichard Sandiford2013-05-2914-111/+1051
* Move test that depends on the X86 backend into the right subdirectory.Benjamin Kramer2013-05-291-0/+0
* Temporary fix to get rid of gcc warning.Patrik Hagglund2013-05-291-1/+10
* Allow overriding the location of C/C++ compilers in Android CMake build.Evgeniy Stepanov2013-05-291-2/+9
* [Sparc] Add support for leaf functions in sparc backend. Venkatraman Govindaraju2013-05-297-28/+180
* LoopVectorize.cpp: Fix abuse of StringRef on Twine. Twine captures the pointe...NAKAMURA Takumi2013-05-291-2/+1
* Whitespace.NAKAMURA Takumi2013-05-291-4/+4
* Debug Info: Update documentation to match recent (& not so recent) schema cha...David Blaikie2013-05-291-204/+238
* Debug Info: Reorder accessor to match field order.David Blaikie2013-05-291-5/+5
* Mips assembler: Improve set register alias handlingJack Carter2013-05-282-7/+31
* AArch64: clarify -help messageTim Northover2013-05-281-1/+1
* [Mips] Add Mips specific dynamic table entry tags.Simon Atanasyan2013-05-281-1/+100
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-2810-87/+380
* [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...Michael Gottesman2013-05-283-0/+82
* ARM: use pristine object file while processing relocationsTim Northover2013-05-284-18/+26
* LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee isManman Ren2013-05-284-13/+171
* Hexagon: Typo fix.Jyotsna Verma2013-05-281-5/+5
* Remove the MCRegAliasIterator tables and compute the aliases dynamically.Chad Rosier2013-05-284-90/+74
* Simplify code. No functionality change.Benjamin Kramer2013-05-281-3/+2
* Remove double semicolons.Benjamin Kramer2013-05-283-62/+62
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-286-69/+141
* [msan] Fix argument shadow alignment.Evgeniy Stepanov2013-05-282-4/+51
* TypoRenato Golin2013-05-281-1/+1
* [SystemZ] Register compare-and-branch supportRichard Sandiford2013-05-2826-77/+1342
* Linking ReleaseProcess doc with the worldRenato Golin2013-05-283-1/+7
* [SystemZ] Tweak SystemZInstrInfo::isBranch() interfaceRichard Sandiford2013-05-283-33/+34
* Revert r182715 and r182758Alexey Samsonov2013-05-281-7/+5
* Adding ReleaseProcess docRenato Golin2013-05-281-0/+198
* Fixup for r182715: provide correct arg to --gtest-filterAlexey Samsonov2013-05-281-1/+1