summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Added -misched-regpressure option.Andrew Trick2013-09-04
* Rename some variables to match the style guide.Rafael Espindola2013-09-04
* R600: Use shared op optimization when checking cycle compatibilityVincent Lejeune2013-09-04
* R600: Non vector only instruction can be scheduled on trans unitVincent Lejeune2013-09-04
* R600: Use SchedModel enum for is{Trans,Vector}Only functionsVincent Lejeune2013-09-04
* Unify and clean up.Eric Christopher2013-09-04
* ARM: Teach A15 SDOptimizer to properly handle D-reg by-lane.Jim Grosbach2013-09-04
* Small simplification given that insert of an empty range is a nop.Rafael Espindola2013-09-04
* Refactor duplicated logic to a helper function.Rafael Espindola2013-09-04
* Remove dead code.Rafael Espindola2013-09-04
* Swift: Only build vldm/vstm with q register aligned register listsArnold Schwaighofer2013-09-04
* Fix scheduling for vldm/vstm instructions that load/store more than 32 bytes ...Silviu Baranga2013-09-04
* Revert "Add r159136 back now that pr13124 has been fixed."Rafael Espindola2013-09-04
* Move generic isPrint and columnWidth implementations to a separate header/sou...Alexander Kornienko2013-09-04
* Error on linking appending globals with different unnamed_addr.Rafael Espindola2013-09-04
* [Sparc] Fix an assertion failure while lowering fcmp on long double.Venkatraman Govindaraju2013-09-04
* Fix linking of unnamed_addr in functions.Rafael Espindola2013-09-04
* Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi2013-09-04
* MemoryBuffer.cpp: Don't peek the next page if file is multiple of *physical* ...NAKAMURA Takumi2013-09-04
* Whitespace.NAKAMURA Takumi2013-09-04
* Fix linking of unnamed_addr.Rafael Espindola2013-09-04
* InstCombine: allow unmasked icmps to be combined with logical opsTim Northover2013-09-04
* InstCombine: look for masked compares with subset relationTim Northover2013-09-04
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-04
* Revert "Revert "Remove the darwin gdb option, that version of gdb is now dead...Michael Gottesman2013-09-04
* Revert "Remove the darwin gdb option, that version of gdb is now dead and the...Michael Gottesman2013-09-04
* Add llvm namespace to llvm::next.Michael Gottesman2013-09-04
* Use llvm::next() instead of incrementing begin iterators of std::vector.Michael Gottesman2013-09-04
* Remove the darwin gdb option, that version of gdb is now dead andEric Christopher2013-09-04
* Make the default dwarf version 3 for darwin when we can't find oneEric Christopher2013-09-04
* Add r159136 back now that pr13124 has been fixed.Rafael Espindola2013-09-03
* X86: Mark non-crashing report_fatal_errors() as such.Jim Grosbach2013-09-03
* [objc-arc] Remove dead code from previous commit.Michael Gottesman2013-09-03
* [objc-arc] Turn off the objc_retainBlock -> objc_retain optimization.Michael Gottesman2013-09-03
* Add a hashing routine that handles hashing types. Add a test forEric Christopher2013-09-03
* Sentences end with periods.Eric Christopher2013-09-03
* Enable late-vectorization by default.Nadav Rotem2013-09-03
* Teach InstCombineLoadCast about address spaces.Matt Arsenault2013-09-03
* Use type form of getIntPtrType in alloca visitor.Matt Arsenault2013-09-03
* WIP: Refactor some code so that it can be called by more than just one method...Bill Wendling2013-09-03
* Revert "Revert "ARM: Improve pattern for isel mul of vector by scalar.""Jim Grosbach2013-09-03
* Add the rest of the stock attributes to the attribute table.Eric Christopher2013-09-03
* In this patch we are trying to do two things:Yi Jiang2013-09-03
* [SystemZ] Add support for TMHH, TMHL, TMLH and TMLLRichard Sandiford2013-09-03
* [msan] Fix handling of select with struct arguments.Evgeniy Stepanov2013-09-03
* [msan] Fix select instrumentation.Evgeniy Stepanov2013-09-03
* [Sparc] Add support for soft long double (fp128).Venkatraman Govindaraju2013-09-03
* Add hadSideEffects=0 to some instructions.Craig Topper2013-09-03
* [Sparc] Implement spill and load for long double(f128) registers.Venkatraman Govindaraju2013-09-02
* ARM: Default to the Swift CPU when targeting armv7s/thumbv7s.Tilmann Scheller2013-09-02