summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* VS Integration: install toolsets for x64 too (PR18738)Hans Wennborg2014-02-12
* DebugInfo: Demonstrate that we're not currently uniquing address table entrie...David Blaikie2014-02-12
* DebugInfo: Merge fission and non-fission (and 32 and 64 bit) tests for TLS su...David Blaikie2014-02-12
* Reformat a few lines with clang-format.Eric Christopher2014-02-12
* 80-col.Eric Christopher2014-02-12
* [Stackmaps] Improve the stackmap lowering code in the SelectionDAGBuilder.Juergen Ributzka2014-02-12
* [Stackmaps] Fix the ID type to be i64 also for stackmaps (as we claim in the ...Juergen Ributzka2014-02-12
* Don't try to build ExceptionDemo on ARM.Rafael Espindola2014-02-12
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-12
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-12
* _CS_DARWIN_USER macros available on darwin>=9. Thanks, Dave Odell!David Fang2014-02-12
* Debug info: Bugfix for r201190: DW_OP_piece takes bytes, not bits.Adrian Prantl2014-02-12
* Pass edges weights to MachineBasicBlock::addSuccessor in TailDuplicatePass toAkira Hatanaka2014-02-12
* PC-rel implemented in AArch64, test now passRenato Golin2014-02-12
* Move more self-contained functionality away from tools/opt/opt.cppEli Bendersky2014-02-12
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-12
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-12
* Windows/Path.inc: Move <shlobj.h> after "Windows.h" for some API available.NAKAMURA Takumi2014-02-12
* Teach tablegen() macro to check needed variablesNAKAMURA Takumi2014-02-12
* R600: Always implement both versions of isTruncateFree and add a sanity check.Benjamin Kramer2014-02-12
* Remove special case filtering for instructions with lock prefix as they are a...Craig Topper2014-02-12
* Mark XACQUIRE_PREFIX/XRELEASE_PREFIX as isAsmParserOnly so they'll disappear ...Craig Topper2014-02-12
* [PR18809] Mark DebugInfo/empty.ll as XFAIL:cygming.NAKAMURA Takumi2014-02-12
* Test case I forgot to 'add' for r201126.Craig Topper2014-02-12
* Remove unneeded includeMatt Arsenault2014-02-12
* DwarfUnit: Include type unit's file strings in the defining compile unit's fi...David Blaikie2014-02-12
* Fix some formatting in my last commit (r201196)David Blaikie2014-02-12
* DwarfUnit: Provide a reference to a defining DwarfCompileUnit from DwarfTypeU...David Blaikie2014-02-12
* DwarfUnit: Refactor DW_AT_file creation into a common function.David Blaikie2014-02-12
* DwarfUnit: Replace unnecessary conditionals with asserts.David Blaikie2014-02-11
* Tweak ARM fastcc by adopting these two AAPCS rules:Evan Cheng2014-02-11
* Reapply r201180 with an additional error path.Adrian Prantl2014-02-11
* Revert "Debug info: Emit values in subregisters that do not have a separate"Adrian Prantl2014-02-11
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-11
* DebugInfo: Remove dependence on file numbering in the line table.David Blaikie2014-02-11
* whitespaceAdrian Prantl2014-02-11
* Debug info: Emit values in subregisters that do not have a separateAdrian Prantl2014-02-11
* make llvm-dwarfdump a little more resilient when parsing .debug_locAdrian Prantl2014-02-11
* R600/SI: Fix assertion on infinite loops.Matt Arsenault2014-02-11
* InstCombine: Teach icmp merging about the equivalence of bit tests and UGE/UL...Benjamin Kramer2014-02-11
* Tidy up a bit. Formatting only.Jim Grosbach2014-02-11
* ARM: Thumb2 LDR(literal) can target SP.Jim Grosbach2014-02-11
* SCEV: Cast switched values to make -Wswitch more useful.Benjamin Kramer2014-02-11
* Improve the declaration when LDPO_PIE is not available.Sylvestre Ledru2014-02-11
* If LDPO_PIE is not defined (before binutils 2.23 version), Sylvestre Ledru2014-02-11
* Add a note about using "Differential Revision:" in commit messagesMark Seaborn2014-02-11
* ScalarEvolution: Analyze trip count of loops with a switch guarding the exit.Benjamin Kramer2014-02-11
* Teach the DAGCombiner how to fold concat_vector nodes when the input is twoRobert Lougher2014-02-11
* [AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELFBradley Smith2014-02-11
* [LPM] Switch LICM to actively use LCSSA in addition to preserving it.Chandler Carruth2014-02-11