summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Convert a few loops to use ranges.Rafael Espindola2014-05-26
* [AArch64] Add store + add folding regression tests for the load/store optimiz...Tilmann Scheller2014-05-26
* [AArch64] Add more regression tests for the load/store optimization pass.Tilmann Scheller2014-05-26
* [asan] decrease asan-instrumentation-with-call-threshold from 10000 to 7000, ...Kostya Serebryany2014-05-26
* AArch64: remove empty ARM64 directories from svn.Tim Northover2014-05-26
* Remove accidentally committed whitespace.Tilmann Scheller2014-05-26
* [AArch64] Add a regression test for the load store optimizer.Tilmann Scheller2014-05-26
* Make the LoopRotate pass's maximum header size configurable both programmatic...Owen Anderson2014-05-26
* DebugInfo: Test linkonce-odr functions under LTO.David Blaikie2014-05-26
* DwarfUnit: Remove some misleading no-op code introduced in r204162.David Blaikie2014-05-26
* Just check the entire string.Rafael Espindola2014-05-26
* Reformat linefeeds.NAKAMURA Takumi2014-05-26
* Trailing whitespace.NAKAMURA Takumi2014-05-26
* tools: avoid use of std::functionSaleem Abdulrasool2014-05-25
* tools: split out Win64EHDumper from COFFDumperSaleem Abdulrasool2014-05-25
* tools: inline simple single-use functionSaleem Abdulrasool2014-05-25
* tools: refactor COFFDumper symbol resolution logicSaleem Abdulrasool2014-05-25
* tools: use references rather than out pointers in COFFDumperSaleem Abdulrasool2014-05-25
* DebugInfo: Fix inlining with #file directives a little harderDavid Blaikie2014-05-25
* Streamline test case by avoiding a temporary file and piping llc output strai...David Blaikie2014-05-25
* Emit data or code export directives based on the type.Rafael Espindola2014-05-25
* Make these CHECKs a bit more strict.Rafael Espindola2014-05-25
* Add an extension point for peephole optimizers.Peter Collingbourne2014-05-25
* Fix some misplaced spaces around 'override'Hans Wennborg2014-05-24
* build: sort llvm-readobj sourcesSaleem Abdulrasool2014-05-24
* llvm-readobj: remove some dead codeSaleem Abdulrasool2014-05-24
* AArch64: disable FastISel for large code model.Tim Northover2014-05-24
* MachineVerifier: Clean up some syntactic weirdness left behind by find&replace.Benjamin Kramer2014-05-24
* CodeGen: Make MachineBasicBlock::back skip to the beginning of the last bundle.Benjamin Kramer2014-05-24
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* llvm/test/Object/ar-error.test: Don't check the message "No such file or dire...NAKAMURA Takumi2014-05-24
* Implement sext(C1 + C2*X) --> sext(C1) + sext(C2*X) andMichael Zolotukhin2014-05-24
* ARM64: extract a 32-bit subreg when selecting an inreg extendTim Northover2014-05-24
* DebugInfo: Generalize some tests to handle variations in attribute ordering.David Blaikie2014-05-23
* DebugInfo: Generalize a test case to not depend on abbreviation numbering.David Blaikie2014-05-23
* Test case comments. Fix sloppiness.Andrew Trick2014-05-23
* clang-format function.Rafael Espindola2014-05-23
* Remove a confusing use of a static method.Rafael Espindola2014-05-23
* DebugInfo: Put concrete definitions referencing abstract definitions in the s...David Blaikie2014-05-23
* Fix and improve SCEV ComputeBackedgeTankCount.Andrew Trick2014-05-23
* Revert part of "Fix broken FileCheck prefixes"Nico Rieck2014-05-23
* Use alias linkage and visibility to decide tls access mode.Rafael Espindola2014-05-23
* Remove unused CHECK linesNico Rieck2014-05-23
* Fix broken FileCheck prefixesNico Rieck2014-05-23
* Add the extracted constant offset using GEPJingyue Wu2014-05-23
* [RuntimeDyld] Remove relocation bounds check introduced in r208375 (MachO only).Lang Hames2014-05-23
* Add FIXME comment based on code review feedback by Hal Finkel on r209338David Blaikie2014-05-23
* Convert test to use FileCheck.Rafael Espindola2014-05-23
* Teach the table generated emitPseudoExpansionLowering function to not emit a ...Aaron Ballman2014-05-23