aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use Intrinsic::ID for the pattern match templates, fixing a signed/unsignedEric Christopher2013-09-041-6/+6
* MCDwarf.h: Prune a few stray \param(s). [-Wdocumentation]NAKAMURA Takumi2013-09-041-3/+3
* Add r159136 back now that pr13124 has been fixed.Rafael Espindola2013-09-031-0/+6
* Add comments to the CFI instructions and reformat with clang-format. No funct...Bill Wendling2013-09-031-360/+398
* Fix grammarMatt Arsenault2013-09-031-3/+3
* Add a Python-like join function to merge a list of strings with aJoerg Sonnenberger2013-09-031-0/+43
* [MC] Revert part of my previous change, I was a bit overzealous.Joey Gouly2013-09-031-3/+3
* Migrate the DWARF_VERSION constant to 4. It largely needs to go away.Eric Christopher2013-09-031-1/+1
* [MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...Joey Gouly2013-09-032-6/+6
* [mips][msa] Added IntrNoMem and removed Commutative from sub intrinsics.Daniel Sanders2013-09-031-28/+28
* [mips][msa] Added IntrNoMem to the floating-point intrinsics.Daniel Sanders2013-09-031-96/+100
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-014-503/+53
* Free PressureDiffs instead of leaking.Benjamin Kramer2013-08-311-0/+1
* [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-302-0/+6
* Use LiveRangeQuery for instruction-level liveness queries.Andrew Trick2013-08-301-15/+0
* mi-sched: update PressureDiffs on-the-fly for liveness.Andrew Trick2013-08-303-2/+12
* Replace LiveInterval::killedAt with isKilledAtInstr.Andrew Trick2013-08-301-6/+7
* mi-sched: improve the generic register pressure comparison.Andrew Trick2013-08-301-3/+2
* mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...Andrew Trick2013-08-303-25/+115
* DIBuilder: retain a type when created with a unique identifier.Manman Ren2013-08-291-1/+4
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-291-1/+6
* Fix the following error when NDEBUG is defined:Kaelyn Uhrain2013-08-291-3/+0
* Comment and revise the cyclic critical path code.Andrew Trick2013-08-292-3/+3
* isCharInSet refactoring.Alexander Kornienko2013-08-292-62/+63
* Move StringToOffsetTable into the TableGen include directory so I can use it ...Craig Topper2013-08-291-0/+83
* Revert: r189565 - Add getUnrollingPreferences to TTIHal Finkel2013-08-291-14/+0