summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16
* PEI: Support for non-zero SPAdj at beginning of a basic block.Manman Ren2013-07-15
* PR16628: Fix a bug in the code that merges compares.Nadav Rotem2013-07-15
* PPC: Refactoring to support subtarget feature changingHal Finkel2013-07-15
* Machine Verifier: verify FrameSetup and FrameDestroyManman Ren2013-07-15
* Remove an extra is_directory call.Rafael Espindola2013-07-15
* Fix register subclass handling in PPCInstrInfo::insertSelectHal Finkel2013-07-15
* [mc-coff] Resolve aliases when emitting COFF relocationsReid Kleckner2013-07-15
* R600/SI: Add support for 64-bit loadsTom Stellard2013-07-15
* Remove invalid assert in DAGTypeLegalizer::RemapValueHal Finkel2013-07-15
* Remove trailing whitespaceStephen Lin2013-07-15
* Revert r186316 while I track down an ASan failure and an assert fromChandler Carruth2013-07-15
* Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator"Reid Kleckner2013-07-15
* Test commit to see if write access works.Job Noorman2013-07-15
* [Option] Store arg strings in a set backed by a BumpPtrAllocatorReid Kleckner2013-07-15
* Reimplement SROA yet again. Same fundamental principle, but a totallyChandler Carruth2013-07-15
* DebugInfo: Factor out parsing compile unit DIEs to a separate function. Impro...Alexey Samsonov2013-07-15
* Add 'const' qualifier to some arrays.Craig Topper2013-07-15
* Make some arrays 'static const'Craig Topper2013-07-15
* Add include to hopefully fix windows build.Craig Topper2013-07-15
* Add const qualifier to some static arrays.Craig Topper2013-07-15
* Add 'static' keyword to some const arrays for consistency.Craig Topper2013-07-15
* Make some arrays 'static const'Craig Topper2013-07-15
* Revert part of 186302 to fix buildbots.Craig Topper2013-07-15
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-15
* Clarify comments.Eric Christopher2013-07-14
* Add DW_AT_GNU_odr_signature to the set of dwarf attributes.Eric Christopher2013-07-14
* Collapse temporary variable into call.Eric Christopher2013-07-14
* Use conventional syntax for branches.Anton Korobeynikov2013-07-14
* Properly lower jump tables on MSP430. Patch by Job Noorman!Anton Korobeynikov2013-07-14
* SLPVectorizer: change the order in which we search for vectorization candidat...Nadav Rotem2013-07-14
* Fix build by replacing '>>' with '> >'Tobias Grosser2013-07-14
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Remove a bunch of old SCEVExpander FIXME's for preserving NoWrap.Andrew Trick2013-07-14
* Teach indvars to generate nsw/nuw flags when widening an induction variable.Andrew Trick2013-07-14
* LoopVectorizer: Disallow reductions whose header phi is used outside the loopArnold Schwaighofer2013-07-13
* Reduce large list of macros to the primary platform macros. DistingiushJoerg Sonnenberger2013-07-13
* Pass SmallVector by const reference instead of by value.Craig Topper2013-07-13
* LoopVectorize fix: LoopInfo must be valid when invoking utils like SCEVExpander.Andrew Trick2013-07-13
* Add a microoptimization for urem.Nick Lewycky2013-07-13
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-13
* Fix logic error optimizing "icmp pred (urem X, Y), Y" where pred is signed.Nick Lewycky2013-07-12
* [mips] Implement MipsTargetMachine::getInstrItineraryData().Akira Hatanaka2013-07-12
* Fix ARM paired GPR COPY loweringJF Bastien2013-07-12
* Fix a crash in EvaluateInDifferentElementOrder where it would generate anJoey Gouly2013-07-12
* [mips] Add instruction itinerary classes for mult, seb and slt instructions.Akira Hatanaka2013-07-12
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-12
* LFTR improvement to avoid truncation.Andrew Trick2013-07-12
* Cleanup LFTR logic.Andrew Trick2013-07-12
* Cleanup: rename a variable to make the logic easier to follow.Andrew Trick2013-07-12