summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-19
* Revert "Add back r203962, r204028 and r204059."Rafael Espindola2014-03-19
* DebugInfo: Use the comp_dir of the referencing type units when building debug...David Blaikie2014-03-19
* Object/COFF: Add function to check if section number is reserved one.Rui Ueyama2014-03-18
* Fix use_iterator crash in ObjCArc from r203364Duncan P. N. Exon Smith2014-03-18
* Tidy up. Update per naming conventions.Jim Grosbach2014-03-18
* MachO: Emit a version-min load command when possible.Jim Grosbach2014-03-18
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-18
* [LV] While I'm here, use range based for loops which are so much cleanerChandler Carruth2014-03-18
* [LV] The actual change I intended to commit in r204148. Sorry for theChandler Carruth2014-03-18
* [LV] Replace some dead code with an assert. When I first ported thisChandler Carruth2014-03-18
* More header and forward declaration cleanup.Eric Christopher2014-03-18
* Add back the headers we're getting via (likely) transitive includes.Eric Christopher2014-03-18
* Add back r203962, r204028 and r204059.Rafael Espindola2014-03-18
* Fix for coding style.Eric Christopher2014-03-18
* Remove a bunch of unnecessary includes and forward declarations.Eric Christopher2014-03-18
* X86 memcpy lowering: use "rep movs" even when esi is used as base pointerHans Wennborg2014-03-18
* Add support for scalarizing/splitting vector bswap.Raul E. Silvera2014-03-18
* Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.Adrian Prantl2014-03-18
* Add stride normalization to SCEV Normalize/Denormalize transformation.Michael Zolotukhin2014-03-18
* [DAGCombiner] teach how to simplify xor/and/or nodes according to the followi...Andrea Di Biagio2014-03-18
* X86: Use enums for memory operand decoding instead of integer literals.Manuel Jacob2014-03-18
* Enable CFI on Hexagon.Krzysztof Parzyszek2014-03-18
* Fix PR19144: Incorrect offset generated for int-to-fp conversion at -O0.Bill Schmidt2014-03-18
* [msan] Origin tracking with history.Evgeniy Stepanov2014-03-18
* Tolerate unmangled names in sample profiles.Diego Novillo2014-03-18
* Revert r203962 and two revisions depending on it: r204028 and r204059.Alexander Kornienko2014-03-18
* [msan] Kill -msan-store-clean-origin flag.Evgeniy Stepanov2014-03-18
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-18
* [msan] Remove unused code.Evgeniy Stepanov2014-03-18
* [C++11] Mark the target fast isel classes as 'final' so that the compiler can...Craig Topper2014-03-18
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-18
* ARM: add an assertionSaleem Abdulrasool2014-03-18
* DwarfDebug: Only unique retained types instead of all types.Adrian Prantl2014-03-18
* Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl2014-03-18
* Replace unnecessary #include directive with forward declarations.Adrian Prantl2014-03-18
* Add explanatory comment.Eric Christopher2014-03-18
* Shorten DotDebugLocEntry to just DebugLocEntry and reformat.Eric Christopher2014-03-18
* DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers w...David Blaikie2014-03-18
* DebugInfo: Implement debug_line.dwo for file names used in type units during ...David Blaikie2014-03-18
* DebugInfo: Do not rely on the compilation dir (index 0) for files in line tab...David Blaikie2014-03-18
* DebugInfo: Move getOrCreateSourceID from DwarfDebug to DwarfCompileUnitDavid Blaikie2014-03-17
* DebugInfo: Move line table zero-directory-index (compilation dir) handling in...David Blaikie2014-03-17
* Make methods staticMatt Arsenault2014-03-17
* Use range metadata instead of introducing selects.Dan Gohman2014-03-17
* Switch a number of loops in lib/CodeGen over to range-based for-loops, now thatOwen Anderson2014-03-17
* R600: Match sign_extend_inreg to BFE instructionsMatt Arsenault2014-03-17
* Make DAGCombiner work on vector bitshifts with constant splat vectors.Matt Arsenault2014-03-17
* DebugInfo: Use MC line table file entry uniquing for non-asm input as well.David Blaikie2014-03-17
* [X86] Fix unused variable warning with NDEBUG from r204058Adam Nemet2014-03-17