aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Allow modifying an ImmutableMap without canonicalizing it immediately."Ted Kremenek2012-12-061-18/+5
* Replace r169459 with something safer. Rather than having computeMaskedBits toEvan Cheng2012-12-061-10/+7
* Allow modifying an ImmutableMap without canonicalizing it immediately.Jordan Rose2012-12-061-5/+18
* Handle non-default array bounds.Bill Wendling2012-12-061-1/+1
* Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi2012-12-061-11/+0
* Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng2012-12-061-0/+10
* change MCContext to work on the doInitialization/doFinalization modelPedro Artigas2012-12-061-0/+11
* RegPressureTracker::dump(): Remove unnecessary argument.Andrew Trick2012-12-051-1/+1
* Change std::vector to SmallVector<4> and remove some unused methods.Eli Bendersky2012-12-051-6/+3
* RegisterPressureTracker: unify virtual registers and physical regunits.Andrew Trick2012-12-052-20/+47
* RegisterPresssureTracker: Track live physical register by unit.Andrew Trick2012-12-051-3/+10
* Remove unused methodsEli Bendersky2012-12-051-4/+0
* Updates to Win64EH.h structures.Michael J. Spencer2012-12-051-23/+58
* Remove the non-const getInst accessor. It wasn't being used, and isn't veryEli Bendersky2012-12-051-3/+0
* Remove two dead functions resulting from a bad rebase.Andrew Trick2012-12-051-22/+0
* Try to unbreak the build on hosts that don't transitively pull in a definitio...Benjamin Kramer2012-12-051-0/+1
* Remove unused MachineInstr constructors.Jakob Stoklund Olesen2012-12-051-10/+0
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-052-1/+14
* - Added calls to doInitialization/doFinalization to immutable passesPedro Artigas2012-12-051-0/+4
* RegisterPressure API. Add support for physical register units.Andrew Trick2012-12-051-0/+29
* Added RegisterPressureTracker::dump() for debugging.Andrew Trick2012-12-051-0/+2
* Comment formatting.Andrew Trick2012-12-051-1/+1
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-056-0/+1067
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-042-3/+2
* Remove a URL from codeEli Bendersky2012-12-041-1/+1
* Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky2012-12-041-2/+2
* Fix comment typo.Duncan Sands2012-12-041-1/+1
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-042-1/+5
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-041-1/+1
* Add a 'getCount' method to get the number of elements in the subrange.Bill Wendling2012-12-041-0/+1
* Add 'using' declarations to suppress -Woverloaded-virtual warnings.Matt Beaumont-Gay2012-12-041-0/+1
* Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren2012-12-042-3/+13
* Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.Jakob Stoklund Olesen2012-12-041-22/+0
* Remove VirtRegMap::getRegAllocPref().Jakob Stoklund Olesen2012-12-041-3/+0
* Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.Jakob Stoklund Olesen2012-12-041-3/+1
* Stack Alignment: move functions from header file MachineFrameInfo.h.Manman Ren2012-12-041-24/+4
* Add VirtRegMap::hasKnownPreference().Jakob Stoklund Olesen2012-12-031-0/+5
* minor renaming, documentation and cleanups.Nadav Rotem2012-12-031-1/+1
* [Support] Make FileOutputBuffer work on Windows.Michael J. Spencer2012-12-031-32/+26
* moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas2012-12-035-35/+21
* Add a getMemorySize() function for DenseSet.Argyrios Kyrtzidis2012-12-031-0/+1
* Add a new hook for providing register allocator hints more flexibly.Jakob Stoklund Olesen2012-12-031-0/+21
* Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion.Argyrios Kyrtzidis2012-12-032-16/+32
* Add 'getInt64Field()' method to get the signed integer instead of unsigned.Bill Wendling2012-12-031-0/+1
* ASan: add blacklist file to ASan pass options. Clang patch for this will follow.Alexey Samsonov2012-12-031-2/+5
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03178-317/+302
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-038-2/+11
* Remove bugzilla link.James Molloy2012-12-011-2/+1
* misched: Fix RegisterPressureTracker handling of DebugVals.Andrew Trick2012-12-011-1/+6
* Replace r168930 with a more reasonable patch.Bill Wendling2012-11-301-0/+4