summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add a 'using' declaration to suppress GCC's -Woverloaded-virtual while weMatt Beaumont-Gay2012-12-06
* fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas2012-12-06
* Remove unused field.Jakub Staszak2012-12-06
* Remove trailing spaces.Jakub Staszak2012-12-06
* Replace r169459 with something safer. Rather than having computeMaskedBits toEvan Cheng2012-12-06
* Remove unneeded function, since PR8156 was fixed over a year ago.Jakub Staszak2012-12-06
* Simplify code.Jakub Staszak2012-12-06
* Fix a bug in the code that merges consecutive stores. Previously we did notNadav Rotem2012-12-06
* MemorySanitizer.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi2012-12-06
* [msan] Fix a typo in a comment.Evgeniy Stepanov2012-12-06
* [msan] Do not store origin for clean values.Evgeniy Stepanov2012-12-06
* s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...Bill Wendling2012-12-06
* Handle non-default array bounds.Bill Wendling2012-12-06
* Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing ...Craig Topper2012-12-06
* Mark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ(A/U) instructions as ne...Craig Topper2012-12-06
* Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi2012-12-06
* [arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.Chad Rosier2012-12-06
* Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng2012-12-06
* change MCContext to work on the doInitialization/doFinalization modelPedro Artigas2012-12-06
* Set the 'MadeChange' variable if we are deleting blocks.Bill Wendling2012-12-06
* Have CannotBeNegativeZero() be aware of the nsz fast-math flagMichael Ilseman2012-12-06
* RegPressureTracker::dump(): Remove unnecessary argument.Andrew Trick2012-12-05
* Change std::vector to SmallVector<4> and remove some unused methods.Eli Bendersky2012-12-05
* Define new-value store instructions with base+immediate addressing modeJyotsna Verma2012-12-05
* Fix name. The array is unboundED.Bill Wendling2012-12-05
* RegisterPressureTracker: fix findUseBetween to handle DebugValueAndrew Trick2012-12-05
* RegisterPressureTracker: unify virtual registers and physical regunits.Andrew Trick2012-12-05
* RegisterPresssureTracker: Track live physical register by unit.Andrew Trick2012-12-05
* Cost Model: change the default cost of control flow instructions (br / ret / ...Nadav Rotem2012-12-05
* Correct ARM NOP encodingDavid Sehr2012-12-05
* [NVPTX] Fix crash with unnamed struct argumentsJustin Holewinski2012-12-05
* Use multiclass to define store instructions with base+immediate offsetJyotsna Verma2012-12-05
* Adjust JIT target triple on OS X to match the current architecture.Bob Wilson2012-12-05
* Fix misplaced closing brace.Matthew Curtis2012-12-05
* Try to unbreak the build on hosts that don't transitively pull in a definitio...Benjamin Kramer2012-12-05
* Remove unused MachineInstr constructors.Jakob Stoklund Olesen2012-12-05
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-05
* - Added calls to doInitialization/doFinalization to immutable passesPedro Artigas2012-12-05
* [msan] Instrument bswap intrinsic.Evgeniy Stepanov2012-12-05
* [msan] Initialize callbacks in runOnFunction as opposed to doInitialization.Evgeniy Stepanov2012-12-05
* [msan] Change linkage type of __msan_track_origins.Evgeniy Stepanov2012-12-05
* Simplified BLEND pattern matching for shuffles.Elena Demikhovsky2012-12-05
* Added RegisterPressureTracker::dump() for debugging.Andrew Trick2012-12-05
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-05
* Add x86 isel lowering logic to form bit test with inverted condition. e.g.Evan Cheng2012-12-05
* Appease GCC's -Wparentheses.Matt Beaumont-Gay2012-12-04
* Split up the ParseOptionalAttrs method into three different methods for eachBill Wendling2012-12-04
* LoopVectorizer: Increase the number of pointers that can be tested at runtime...Nadav Rotem2012-12-04
* Enable if-conversion during vectorization.Nadav Rotem2012-12-04
* ARM custom lower ctpop for vector types. Patch by Pete Couperus.Evan Cheng2012-12-04