aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove dead prototype.Bill Wendling2013-06-181-2/+0
* Simplify some of the code. No functionality change.Bill Wendling2013-06-181-7/+5
* remove some @deprecated markers: LLVM APIs aren't deprecated, they are remove...Chris Lattner2013-06-182-5/+0
* Build Apple's llvmCore with --disable-zlib. <rdar://problem/14182316>Bob Wilson2013-06-181-1/+2
* [yaml2obj][ELF] Factor out string table section creation.Sean Silva2013-06-181-11/+14
* [yaml2obj][ELF] Refer specifically to the section header string table.Sean Silva2013-06-181-17/+17
* [yaml2obj][ELF] Ensure more fields are zero'd.Sean Silva2013-06-181-0/+2
* Fix the build with gcc 4.7 and -std=c++11.Rafael Espindola2013-06-171-1/+1
* Convert two uses of eraseFromDisk.Rafael Espindola2013-06-171-2/+2
* MI-Sched: handle ReadAdvance latencies as used by Swift.Andrew Trick2013-06-171-1/+4
* Reenable, improve, and add MI-Sched unit tests.Andrew Trick2013-06-173-15/+60
* Give RegMax higher priority.Andrew Trick2013-06-171-9/+9
* Remove compareRPDelta.Andrew Trick2013-06-171-37/+0
* MI Sched: fix a typo in RegPressure heuristics.Andrew Trick2013-06-171-1/+1
* MI-Sched: Remove another heuristic that is sensitive to queue order.Andrew Trick2013-06-171-6/+0
* MI-Sched: Track multiple candidates with the same priority level.Andrew Trick2013-06-171-32/+25
* Remove usage of PathV1.h in FindBugs.cpp.Rafael Espindola2013-06-171-2/+2
* Directly access objects which may change during compilation.Bill Wendling2013-06-176-52/+99
* Reapply r183985 now that the missing check was added to PathV2.Rafael Espindola2013-06-171-3/+5
* Only delete regular files and directories.Rafael Espindola2013-06-171-0/+16
* R600: PV stores Reg id, not indexVincent Lejeune2013-06-172-1/+51
* R600: Properly set COUNT_3 bit in TEX clause initiating inst for pre EG gen.Vincent Lejeune2013-06-172-14/+60
* [yaml2obj][ELF] Exit with error status on error.Sean Silva2013-06-171-9/+8
* Revert "Remove a use of PathV1.h."Rafael Espindola2013-06-171-5/+3
* Don't use PathV1.h in CrashDebugger.cpp.Rafael Espindola2013-06-171-8/+5
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-177-13/+18
* Remove CBE related code.Rafael Espindola2013-06-171-50/+0
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-1719-144/+84
* Fix for a regression caused by the LoopVectorizer whenPekka Jaaskelainen2013-06-172-3/+50
* Don't use PathV1.h in ExtractFunction.cpp.Rafael Espindola2013-06-171-19/+12
* Don't use PathV1.h in tools/gold/gold-plugin.cpp.Rafael Espindola2013-06-171-8/+8
* Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola2013-06-174-17/+27
* Don't use PathV1.h in llvm-link.Rafael Espindola2013-06-171-11/+3
* Disable vectorization for -Oz.Nadav Rotem2013-06-171-1/+1
* Delete declared but not implemented functions.Rafael Espindola2013-06-171-38/+0
* Enable the loop vectorizer by default for -Os and -O2.Nadav Rotem2013-06-171-7/+1
* Move lib/Archive to tools/llvm-ar.Rafael Espindola2013-06-1715-59/+16
* Don't link with the archive library programs that don't use it.Rafael Espindola2013-06-177-7/+6
* Add a testcase for r184074.Rafael Espindola2013-06-172-0/+23
* Fix incorrectly finding 'executable' directories instead of files.Manuel Klimek2013-06-171-1/+8
* AArch64: print relocation addends if present on AArch64Tim Northover2013-06-172-1/+18
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-1632-397/+9
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-1614-139/+115
* MachineOperand::setIsDebug should ensure the register is /not/ a definitionDavid Blaikie2013-06-161-1/+1
* Silence warning in Release builds.Benjamin Kramer2013-06-161-0/+1
* Put back variable names because they are referenced in the documentationDmitri Gribenko2013-06-161-2/+6
* DebugInfo: follow up to 184045 to constrain the tests further to ensure they ...David Blaikie2013-06-154-5/+5
* DebugInfo: print DBG_VALUE MachineInstrs with [] for deref and drop the offse...David Blaikie2013-06-156-9/+19
* Use 0 instead of NULL.Jakub Staszak2013-06-151-5/+5
* APInt: Add a fast case for isAllOnesValue.Benjamin Kramer2013-06-151-2/+6