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