summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Support ANSI escape code on WindowsNico Rieck2013-09-111-0/+6
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-101-7/+10
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-101-0/+7
* Debug Info: define a DIRef template.Manman Ren2013-09-101-32/+65
* [mips][msa] Removed unsupported dot product instructions (dotp_[su].b)Daniel Sanders2013-09-101-4/+0
* Debug Info: move DIScope::getContext back from DwarfDebug.Manman Ren2013-09-091-0/+4
* white spaces and long linesJack Carter2013-09-091-30/+42
* Add the gnu pubnames and pubtypes sections to the mc object fileEric Christopher2013-09-091-0/+10
* Add constant defines for gnu pubnames and gnu pubtypes - they're usedEric Christopher2013-09-091-0/+17
* Formatting.Eric Christopher2013-09-091-2/+2
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-092-3/+5
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-091-1/+2
* Debug Info: move DIScope::getContext to DwarfDebug.Manman Ren2013-09-091-3/+0
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-093-1365/+121
* Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.Manman Ren2013-09-091-4/+0
* Debug Info: Rename DITypeRef to DIScopeRef.Manman Ren2013-09-091-32/+31
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-093-5/+18
* Revert r190269 to fix dragonegg failures.Manman Ren2013-09-081-1/+1
* Debug Info: pass in DIScope instead of DIDescriptor in createMemberType.Manman Ren2013-09-081-1/+1
* Run clang-format on these header files. Part of a WIP.Bill Wendling2013-09-072-653/+638
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-071-2/+2
* Debug Info: pass in VTableHolder as DIType instead of MDNode *.Manman Ren2013-09-061-3/+4
* TBAA: add isTBAAVtableAccess to MDNode so clients can call the functionManman Ren2013-09-061-0/+3
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-061-2/+2
* Debug Info: Move a helper function getTypeIdentifier from DIBuilder to be partManman Ren2013-09-061-14/+20
* mi-sched: cleanup register pressure update, remove a FIXME.Andrew Trick2013-09-062-1/+6
* Added MachineSchedPolicy.Andrew Trick2013-09-062-2/+37
* avoid unnecessary direct access to LiveInterval::rangesMatthias Braun2013-09-061-3/+7
* remove unused argument from LiveRanges::join()Matthias Braun2013-09-061-2/+1
* fix typo in commentMatthias Braun2013-09-061-1/+1
* Use type helper functions.Matt Arsenault2013-09-061-2/+2
* Trying to un-break the bots.Manman Ren2013-09-051-1/+2
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-051-2/+30
* Move accelerator table defines and constants to Dwarf.h sinceEric Christopher2013-09-051-0/+26
* Rename enums to match convention and remove superfluous "dwarf" in names.Eric Christopher2013-09-051-2/+2
* [ARMv8] Implement the new DMB/DSB operands.Joey Gouly2013-09-051-0/+5
* Fix typos in assert message.Nick Lewycky2013-09-051-1/+1
* Clean up some whitespace and comment formatting.Eric Christopher2013-09-051-21/+18
* Add names for mach-o permissions bits and use the symbol names in place of ma...Nick Kledzik2013-09-041-0/+9
* Move default dwarf version enum into the llvm dwarf constants ratherEric Christopher2013-09-041-3/+2
* fix typo in enum nameNick Kledzik2013-09-041-1/+1
* mi-sched: Suppress register pressure tracking when the scheduling window is t...Andrew Trick2013-09-041-2/+6
* mi-sched: Load clustering is a bit to expensive to enable unconditionally.Andrew Trick2013-09-041-0/+2
* mi-sched: bypass heuristic checks when regpressure tracking is disabled.Andrew Trick2013-09-041-0/+3
* Added -misched-regpressure option.Andrew Trick2013-09-042-2/+6
* Rename some variables to match the style guide.Rafael Espindola2013-09-041-1/+1
* Remove 'param' label from comments. They aren't used properly here.Bill Wendling2013-09-041-15/+14
* Revert "Add r159136 back now that pr13124 has been fixed."Rafael Espindola2013-09-041-6/+0
* Move generic isPrint and columnWidth implementations to a separate header/sou...Alexander Kornienko2013-09-041-0/+62
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-042-0/+30