aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GCC thinks that this variable might be used uninitialized (it isn't).Duncan Sands2013-03-011-1/+1
* Docs for llvm-symbolizer command-line toolAlexey Samsonov2013-03-012-0/+66
* Minor coding style fixMichael Liao2013-03-011-3/+3
* [mips] Remove unused option. Fix 80-column violations.Akira Hatanaka2013-03-012-17/+8
* [mips] Add the capability to search delay slot filling instructions inAkira Hatanaka2013-03-012-32/+359
* [mips] Do not add SecondLastInst to list BranchInstrs if there is only oneAkira Hatanaka2013-03-011-2/+2
* [mips] Define an overloaded version of function MipsInstrInfo::AnalyzeBranchAdd.Akira Hatanaka2013-03-012-74/+103
* [mips] Add options to disable searching backward and in successor blocks.Akira Hatanaka2013-03-011-0/+12
* [mips] Add capability to search in the forward direction for instructions thatAkira Hatanaka2013-03-012-23/+114
* [mips] Define helper function searchRangeAkira Hatanaka2013-03-011-9/+29
* [mips] Rename function findDelayInstr to searchBackward.Akira Hatanaka2013-03-011-3/+3
* Scheduler diagnostics. Print the register name.Andrew Trick2013-03-011-0/+2
* Fix incorrect ScheduleDAG comment and formalize Weak edges.Andrew Trick2013-03-011-2/+12
* Instructions schedulers should report correct height/depth.Andrew Trick2013-03-011-2/+2
* [mips] Define class MemDefsUses.Akira Hatanaka2013-03-012-23/+145
* Connect LLVM CMake build scripts to LLDB's CMake scripts:Daniel Malea2013-02-281-0/+1
* A small refactoring + adding comments.Eli Bendersky2013-02-283-14/+19
* Don't add the 'Value' string if there isn't one.Bill Wendling2013-02-281-1/+1
* Fix a bug in instcombine for fmul in fast math mode.Quentin Colombet2013-02-282-3/+14
* Move an assert earlier in a file and check that the result ofEric Christopher2013-02-281-2/+5
* Brag about function call vectorization in the docs.Benjamin Kramer2013-02-281-0/+11
* Don't add an attribute that already exists and don't remove an attribute that...Bill Wendling2013-02-281-0/+2
* Tidy up; no functional change.Chad Rosier2013-02-281-5/+3
* Cost model support for lowered math builtins.Benjamin Kramer2013-02-283-12/+110
* Style; no functional change.Chad Rosier2013-02-281-7/+4
* Put some per-instruction statistics of fast isel under NDEBUG, together withEli Bendersky2013-02-281-3/+5
* Re-format comments (and check commit access)Yiannis Tsiouris2013-02-281-17/+15
* AArch64: remove post-encoder method from FCMP (immediate) instructions.Tim Northover2013-02-284-27/+38
* AArch64: be more careful resorting to inefficient addressing for weak vars.Tim Northover2013-02-282-5/+12
* AArch64: don't drop GlobalAddress offset when handling extern_weak decls.Tim Northover2013-02-282-4/+23
* Add the -disable-opt option to LTO. This adds:Bill Wendling2013-02-281-1/+7
* AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations.Tim Northover2013-02-283-111/+61
* [msan] Implement sanitize_memory attribute.Evgeniy Stepanov2013-02-282-49/+100
* Corrections for XFAIL armv5 testsRenato Golin2013-02-286-6/+5
* Remove unused leftover declarations.Evgeniy Stepanov2013-02-281-5/+0
* Enable syntax highlighting for reStructuredText files.Bill Wendling2013-02-281-0/+7
* [Support][ErrorOr] Add support for implicit conversion from error code/condit...Michael J. Spencer2013-02-282-3/+29
* [PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an inf...Argyrios Kyrtzidis2013-02-281-1/+7
* Fix a problem in alias analysis. It is about the misinterpretation of "Object".Shuxin Yang2013-02-281-0/+29
* Remove unnecessary check against isGlobalVariable. We check itEric Christopher2013-02-271-1/+1
* Rework comment slightly and fix a few typos.Eric Christopher2013-02-271-8/+5
* Remove unnecessary cast to void.Eric Christopher2013-02-271-1/+0
* Debug Info: for static member variables, always put AT_MIPS_linkage_name to theManman Ren2013-02-272-8/+97
* Silence the unused variable warning. Nadav Rotem2013-02-271-5/+7
* The FastISEL should be fast. But when we record statistics we use atomic oper...Nadav Rotem2013-02-271-9/+10
* Copy missing member in DataLayout copy ctor.David Blaikie2013-02-271-0/+1
* ARM: FMA is legal only if VFP4 is available.Jim Grosbach2013-02-272-0/+37
* Remove this instance of dl as it's defined in a previous scope.Chad Rosier2013-02-271-1/+0
* Reverted: r176136 - Have a way for a target to opt-out of target-independent ...Michael Ilseman2013-02-272-6/+1
* [docs] Discuss manpage output.Sean Silva2013-02-271-3/+21