summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* mi-sched: cleanup register pressure update, remove a FIXME.Andrew Trick2013-09-06
* Added MachineSchedPolicy.Andrew Trick2013-09-06
* avoid unnecessary direct access to LiveInterval::rangesMatthias Braun2013-09-06
* remove unused argument from LiveRanges::join()Matthias Braun2013-09-06
* fix typo in commentMatthias Braun2013-09-06
* Use type helper functions.Matt Arsenault2013-09-06
* Trying to un-break the bots.Manman Ren2013-09-05
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-05
* Move accelerator table defines and constants to Dwarf.h sinceEric Christopher2013-09-05
* Rename enums to match convention and remove superfluous "dwarf" in names.Eric Christopher2013-09-05
* [ARMv8] Implement the new DMB/DSB operands.Joey Gouly2013-09-05
* Fix typos in assert message.Nick Lewycky2013-09-05
* Clean up some whitespace and comment formatting.Eric Christopher2013-09-05
* Add names for mach-o permissions bits and use the symbol names in place of ma...Nick Kledzik2013-09-04
* Move default dwarf version enum into the llvm dwarf constants ratherEric Christopher2013-09-04
* fix typo in enum nameNick Kledzik2013-09-04
* mi-sched: Suppress register pressure tracking when the scheduling window is t...Andrew Trick2013-09-04
* mi-sched: Load clustering is a bit to expensive to enable unconditionally.Andrew Trick2013-09-04
* mi-sched: bypass heuristic checks when regpressure tracking is disabled.Andrew Trick2013-09-04
* Added -misched-regpressure option.Andrew Trick2013-09-04
* Rename some variables to match the style guide.Rafael Espindola2013-09-04
* Remove 'param' label from comments. They aren't used properly here.Bill Wendling2013-09-04
* Revert "Add r159136 back now that pr13124 has been fixed."Rafael Espindola2013-09-04
* Move generic isPrint and columnWidth implementations to a separate header/sou...Alexander Kornienko2013-09-04
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-04
* Use Intrinsic::ID for the pattern match templates, fixing a signed/unsignedEric Christopher2013-09-04
* MCDwarf.h: Prune a few stray \param(s). [-Wdocumentation]NAKAMURA Takumi2013-09-04
* Add r159136 back now that pr13124 has been fixed.Rafael Espindola2013-09-03
* Add comments to the CFI instructions and reformat with clang-format. No funct...Bill Wendling2013-09-03
* Fix grammarMatt Arsenault2013-09-03
* Add a Python-like join function to merge a list of strings with aJoerg Sonnenberger2013-09-03
* [MC] Revert part of my previous change, I was a bit overzealous.Joey Gouly2013-09-03
* Migrate the DWARF_VERSION constant to 4. It largely needs to go away.Eric Christopher2013-09-03
* [MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...Joey Gouly2013-09-03
* [mips][msa] Added IntrNoMem and removed Commutative from sub intrinsics.Daniel Sanders2013-09-03
* [mips][msa] Added IntrNoMem to the floating-point intrinsics.Daniel Sanders2013-09-03
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Free PressureDiffs instead of leaking.Benjamin Kramer2013-08-31
* [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-30
* Use LiveRangeQuery for instruction-level liveness queries.Andrew Trick2013-08-30
* mi-sched: update PressureDiffs on-the-fly for liveness.Andrew Trick2013-08-30
* Replace LiveInterval::killedAt with isKilledAtInstr.Andrew Trick2013-08-30
* mi-sched: improve the generic register pressure comparison.Andrew Trick2013-08-30
* mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...Andrew Trick2013-08-30
* DIBuilder: retain a type when created with a unique identifier.Manman Ren2013-08-29
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-29
* Fix the following error when NDEBUG is defined:Kaelyn Uhrain2013-08-29
* Comment and revise the cyclic critical path code.Andrew Trick2013-08-29
* isCharInSet refactoring.Alexander Kornienko2013-08-29
* Move StringToOffsetTable into the TableGen include directory so I can use it ...Craig Topper2013-08-29