summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [CommandLine] Aliases require an value if their target requires a value.Jordan Rose2014-01-29
* [Sparc] Use %r_disp32 for pc_rel entries in FDE as well.Venkatraman Govindaraju2014-01-29
* Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi2014-01-29
* Use a raw_stream to implement the mangler.Rafael Espindola2014-01-29
* Make createObjectFile's signature a bit less error prone.Rafael Espindola2014-01-29
* Finish bringing file_type to the llvm style (other than its name).Rafael Espindola2014-01-28
* Be more explicit about which overloaded variant to use. Caught by ASan!Nick Kledzik2014-01-28
* Convert to the inner enum so the compiler can warn about it in switches.Rafael Espindola2014-01-28
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Keep the MCSubtargetInfo in the MCRelxableFragment class.David Woodhouse2014-01-28
* Modify MCObjectStreamer EmitInstTo* interfaceDavid Woodhouse2014-01-28
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-28
* fix templates to work with pre c++11Nick Kledzik2014-01-28
* Add BumpPtrAllocator::allocateCopy() utilitiesNick Kledzik2014-01-28
* Fix pr14893.Rafael Espindola2014-01-28
* The llvm_headers_do_not_build project needs to be excluded from the default b...Aaron Ballman2014-01-28
* MC: Add a .debug section that we'll soon use to emit debug info into COFF filesTimur Iskhodzhanov2014-01-28
* [LPM] Fix PR18616 where the shifts to the loop pass manager to extractChandler Carruth2014-01-28
* [TLI] Add a new hook to TargetLowering to query the target if a load of a con...Juergen Ributzka2014-01-28
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-28
* Silence MSVC warning on 'uint16_t |= bool' with a castReid Kleckner2014-01-27
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-27
* [vectorizer] Teach the loop vectorizer's unroller to only unroll byChandler Carruth2014-01-27
* Teach SCEV to handle more cases of 'and X, CST', specifically where CST is an...Nick Lewycky2014-01-27
* Roll back the ConstStringRef change for nowAlp Toker2014-01-27
* Rename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.Rui Ueyama2014-01-27
* Move true/false StringRef helper to StringExtrasAlp Toker2014-01-27
* StringRef: Extend constexpr capabilities and introduce ConstStringRefAlp Toker2014-01-27
* Implement the missing bits corresponding to .mips_hack_elf_flags.Rafael Espindola2014-01-26
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-26
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* [Sparc] Add support for parsing DW_CFA_GNU_window_save. Venkatraman Govindaraju2014-01-26
* COFF: Add a missing enum value for high entropy ASLR.Rui Ueyama2014-01-26
* Remove unused typedef.Rui Ueyama2014-01-26
* llvm-readobj: add support for PE32+ (Windows 64 bit executable).Rui Ueyama2014-01-26
* [Sparc] Add support for sparc relocation types in ELF object file.Venkatraman Govindaraju2014-01-26
* removing duplicate enum valueVenkatraman Govindaraju2014-01-25
* Missing ELF relocations for Sparc.Venkatraman Govindaraju2014-01-25
* Reverting r199886 (Prevent repetitive warnings for unrecognized processors an...Artyom Skrobov2014-01-25
* [LPM] Make LCSSA a utility with a FunctionPass that applies it to allChandler Carruth2014-01-25
* Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka2014-01-25
* Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg2014-01-25
* Typo fix.Aaron Ballman2014-01-24
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-24
* Support/COFF: Fix PEHeader struct, and define PE32Header as its alias.Rui Ueyama2014-01-24
* Replace tablegen uses of EVT with MVT. Add isOverloaded() to MVT to facilitat...Craig Topper2014-01-24
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Revert "Add Constant Hoisting Pass"Juergen Ributzka2014-01-24
* Add Constant Hoisting PassJuergen Ributzka2014-01-24