aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2013-06-206-36/+79
* [Support/CrashRecoveryContext] Make sure CrashRecoveryContext does not clear ...Argyrios Kyrtzidis2013-06-191-2/+11
* This is now a duplicate.Bill Wendling2013-06-191-26/+0
* Make the '==' operator inline.Bill Wendling2013-06-191-2/+29
* Make this static inline to avoid duplicates.Bill Wendling2013-06-191-1/+1
* Make the comparison operators non-member functions.Bill Wendling2013-06-192-7/+11
* Spelling correctionDavid Blaikie2013-06-191-2/+2
* Don't pass in the TargetInstrInfo into the register info object. It doesn't u...Bill Wendling2013-06-193-4/+3
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-196-12/+88
* [APFloat] Changed APFloat::isNormal => APFloat::isFiniteNonZero for all tests...Michael Gottesman2013-06-191-8/+8
* DebugInfo: Specify that a value is stored indirectlyDavid Blaikie2013-06-191-1/+7
* Spell correct (s/begining/beginning/)David Blaikie2013-06-192-14/+14
* llvm-dwarfdump: Add support for dumping the .debug_loc sectionDavid Blaikie2013-06-1911-1/+211
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-1921-302/+375
* Remove unused function.Rafael Espindola2013-06-193-31/+3
* [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directivesUlrich Weigand2013-06-193-0/+49
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-195-15/+15
* Really fix the missing header :-(Rafael Espindola2013-06-191-1/+1
* Add missing include found by the bots.Rafael Espindola2013-06-191-0/+1
* Remove last use of PathV1.h from Archive.hRafael Espindola2013-06-196-26/+39
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-197-31/+31
* Modified the implementation of fs::GetUniqueID on Windows such that it actual...Aaron Ballman2013-06-193-9/+51
* [APFloat] Added isFiniteNonZero predicate.Michael Gottesman2013-06-192-0/+29
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-1910-46/+56
* Add operator!= as the compliment to operator==. This is for a future change.Bill Wendling2013-06-191-1/+4
* Don't cache the TLI object since we have access to it through TargetMachine a...Bill Wendling2013-06-192-8/+9
* [APFloat] Expose isSmallest/isLargest as public methods.Michael Gottesman2013-06-191-12/+8
* Allow creation of single-byte MCAtoms.Ahmed Bougacha2013-06-192-2/+2
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-1910-70/+113
* LSR: Fix the parameters used to compute the scaling factor cost.Quentin Colombet2013-06-192-5/+81
* Add unit test to test a trivial verifier check.Bill Wendling2013-06-191-0/+16
* Always set the mode.Rafael Espindola2013-06-192-13/+10
* Remove more uses of sys::Path.Rafael Espindola2013-06-195-52/+46
* SLPVectorizer: handle scalars that are extracted from vectors (using ExtractE...Nadav Rotem2013-06-192-0/+103
* Remove unused function.Rafael Espindola2013-06-192-33/+0
* Another attempt at fixing the bots.Rafael Espindola2013-06-191-1/+1
* SLPVectorizer: start constructing chains at stores that are not power of two.Nadav Rotem2013-06-192-3/+63
* Attempt at fixing some bots.Rafael Espindola2013-06-191-1/+1
* Reduce sys::Path usage in llvm-ar.Rafael Espindola2013-06-195-35/+39
* Remove Path::getDirectoryContents.Rafael Espindola2013-06-193-88/+0
* Remove the 'R' modifier.Rafael Espindola2013-06-192-45/+6
* Remove Path::isObjectFile.Rafael Espindola2013-06-192-19/+0
* Remove Path::canExecute.Rafael Espindola2013-06-193-27/+0
* The RenderMethod field in RegisterOperand class sets the name of the method o...Vladimir Medic2013-06-192-19/+10
* MachOUniversal.cpp: Fix abuse of Twine. It would be sufficient to use std::st...NAKAMURA Takumi2013-06-191-3/+3
* Fixed comment typo that causes the given comment to actually make sense.Michael Gottesman2013-06-191-1/+1
* SLPVectorizer: vectorize compares and selects.Nadav Rotem2013-06-192-3/+107
* Document the return value and fix a typo.Nadav Rotem2013-06-191-1/+2
* Test commit access.Wan Xiaofei2013-06-191-0/+1
* Remove `using namespace` and use explicit qualification.Sean Silva2013-06-191-3/+2