summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* R600: Check if a sextload should be used for parameter loads.Matt Arsenault2014-04-113-14/+20
* Add a test to distinguish between reserved tokens and normal identifiers.Yunzhong Gao2014-04-113-0/+34
* Remove redundant symbolization support from MCDisassembler interface.Lang Hames2014-04-119-265/+287
* [Register Coalescer] Fix wrong live-range information with rematerialization.Quentin Colombet2014-04-111-0/+21
* R600/SI: Refactor SOPC classes slightly.Matt Arsenault2014-04-113-20/+28
* Don't lose the thumb bit by using relocations with sections.Rafael Espindola2014-04-112-1/+19
* Add some CHECKs to this testcase.Adrian Prantl2014-04-111-2/+6
* Fix shift by constants for vector.Matt Arsenault2014-04-113-21/+95
* Fixed gcc build warningsTobias Grosser2014-04-113-85/+93
* tsan: serialize report printing in standalone deadlock detectorDmitry Vyukov2014-04-112-1/+2
* Debug info: Store the DIVariable in DebugLocEntry also for constants,Adrian Prantl2014-04-115-15/+17
* Move ExtractVectorElements to SelectionDAG.Matt Arsenault2014-04-114-23/+28
* Fixed SBThread.GetStopReasonDataAtIndex() to correctly return breakpoint loca...Greg Clayton2014-04-111-1/+1
* [PGO] Change MapRegionCounters to be a RecursiveASTVisitor.Bob Wilson2014-04-111-132/+75
* Simplify RecordLayoutBuilder with getAsCXXRecordDecl()Reid Kleckner2014-04-111-57/+34
* SelectionDAG: Use helper function to improve legalization of ISD::MULTom Stellard2014-04-114-42/+80
* SelectionDAG: Factor ISD::MUL lowering code out of DAGTypeLegalizerTom Stellard2014-04-113-67/+131
* tsan: fix vector clocksDmitry Vyukov2014-04-1113-107/+152
* tsan: ignore interceptors from symbolizerDmitry Vyukov2014-04-111-0/+2
* Revert: r205182 - llvm/test/MC/Mips/mips64r2/valid-xfail.s: This REQUIRES ass...Daniel Sanders2014-04-111-1/+0
* Fix use-after-free bug caught by address sanitizer:Diego Novillo2014-04-112-2/+2
* [tsan] Fix output tests.Evgeniy Stepanov2014-04-111-1/+4
* [tsan] Fix false positive on xdr*_create.Evgeniy Stepanov2014-04-112-2/+23
* Correctly handle escaped newlines when the next token starts without a space.Manuel Klimek2014-04-114-6/+14
* [msan] mprotect() more memory to detect user code outside of application range.Evgeniy Stepanov2014-04-112-5/+6
* Add -fmodules-strict-decluse to check that all headers are in modulesDaniel Jasper2014-04-116-2/+31
* Remove OpenScopTobias Grosser2014-04-1118-1229/+296
* Remove node from a container before destroying it. Thanks to Alexander Potape...Marshall Clow2014-04-111-1/+1
* [Mips] Factor out MIPS relocation addend reading to the separateSimon Atanasyan2014-04-111-8/+12
* [ELF] Remove redundant conversion of section content from ArrayRef toSimon Atanasyan2014-04-111-8/+3
* CodeGen: Handle binary conditional operators in PGO instrumentationJustin Bogner2014-04-113-2/+33
* [Mips] Rewrite R_MIPS_26 handling test using the yaml2obj tool.Simon Atanasyan2014-04-112-27/+67
* [Mips] Rewrite R_MIPS_32 handling test using the yaml2obj tool.Simon Atanasyan2014-04-112-21/+58
* [Mips] R_MIPS_PC32 relocation support.Simon Atanasyan2014-04-115-0/+70
* [yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan2014-04-114-24/+531
* Implement depth_first and inverse_depth_first range factory functions.David Blaikie2014-04-1110-45/+45
* [c++11] Range'ify use list loops in InstrEmitter.Jim Grosbach2014-04-111-9/+3
* [c++11] Range'ify use list loops in DAGCombiner.Jim Grosbach2014-04-111-18/+7
* [ARM64,C++11] Range'ify use-lists iterators in address type promotion.Jim Grosbach2014-04-111-8/+4
* Cleanup: Add default arguments to CodeGenFunction::StartFunction.Adrian Prantl2014-04-114-16/+12
* Fix handling of redeclaration lookup for using declarations, where the priorRichard Smith2014-04-113-3/+47
* [MS-ABI] Update Comments in RecordLayoutBuilder - no functional changeWarren Hunt2014-04-111-31/+67
* Use value types instead of 'new'd objects to store dwarf labels for asm filesDavid Blaikie2014-04-112-26/+12
* Switch from constexpr to const char *constDuncan P. N. Exon Smith2014-04-111-2/+2
* [ARM64,C++11]: Range'ify use-list iterators in DAGToDAG.Jim Grosbach2014-04-111-6/+3
* [ARM64,C++11]: More range-based loop simplification.Jim Grosbach2014-04-111-3/+2
* SDNode: Add uses() iterator_range convenience methods.Jim Grosbach2014-04-111-0/+7
* [MS-ABI] Update virtual base padding rules to match MSVC 10+Warren Hunt2014-04-113-31/+24
* Remove lazy-initialization of section caches in MCContextDavid Blaikie2014-04-102-53/+23
* InstrProf: Rename Decl parameters from S to DDuncan P. N. Exon Smith2014-04-101-21/+21
OpenPOWER on IntegriCloud