aboutsummaryrefslogtreecommitdiff
path: root/include/llvm
AgeCommit message (Expand)Author
2012-12-07Add manualRetain() and manualRelease() to ImmutableMapRef, and add a new cons...Ted Kremenek
2012-12-07Add convenience accessor to Triple for OS == NaClEli Bendersky
2012-12-06fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas
2012-12-06Revert "Allow modifying an ImmutableMap without canonicalizing it immediately."Ted Kremenek
2012-12-06Replace r169459 with something safer. Rather than having computeMaskedBits toEvan Cheng
2012-12-06Allow modifying an ImmutableMap without canonicalizing it immediately.Jordan Rose
2012-12-06Handle non-default array bounds.Bill Wendling
2012-12-06Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi
2012-12-06Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng
2012-12-06change MCContext to work on the doInitialization/doFinalization modelPedro Artigas
2012-12-05RegPressureTracker::dump(): Remove unnecessary argument.Andrew Trick
2012-12-05Change std::vector to SmallVector<4> and remove some unused methods.Eli Bendersky
2012-12-05RegisterPressureTracker: unify virtual registers and physical regunits.Andrew Trick
2012-12-05RegisterPresssureTracker: Track live physical register by unit.Andrew Trick
2012-12-05Remove unused methodsEli Bendersky
2012-12-05Updates to Win64EH.h structures.Michael J. Spencer
2012-12-05Remove the non-const getInst accessor. It wasn't being used, and isn't veryEli Bendersky
2012-12-05Remove two dead functions resulting from a bad rebase.Andrew Trick
2012-12-05Try to unbreak the build on hosts that don't transitively pull in a definitio...Benjamin Kramer
2012-12-05Remove unused MachineInstr constructors.Jakob Stoklund Olesen
2012-12-05Added a option to the disassembler to print immediates as hex.Kevin Enderby
2012-12-05- Added calls to doInitialization/doFinalization to immutable passesPedro Artigas
2012-12-05RegisterPressure API. Add support for physical register units.Andrew Trick
2012-12-05Added RegisterPressureTracker::dump() for debugging.Andrew Trick
2012-12-05Comment formatting.Andrew Trick
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer
2012-12-04Remove bundling from the MCAssembler interfaceDavid Sehr
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling
2012-12-04Remove a URL from codeEli Bendersky
2012-12-04Revert the LOCALMODs implementing Nacl for the legacy JITEli Bendersky
2012-12-04Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky
2012-12-04Fix comment typo.Duncan Sands
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt
2012-12-04Add a 'count' field to the DWARF subrange.Bill Wendling
2012-12-04Add a 'getCount' method to get the number of elements in the subrange.Bill Wendling
2012-12-04Add 'using' declarations to suppress -Woverloaded-virtual warnings.Matt Beaumont-Gay
2012-12-04Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren
2012-12-04Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.Jakob Stoklund Olesen
2012-12-04Remove VirtRegMap::getRegAllocPref().Jakob Stoklund Olesen
2012-12-04Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.Jakob Stoklund Olesen
2012-12-04Stack Alignment: move functions from header file MachineFrameInfo.h.Manman Ren
2012-12-03Add VirtRegMap::hasKnownPreference().Jakob Stoklund Olesen
2012-12-03minor renaming, documentation and cleanups.Nadav Rotem
2012-12-03[Support] Make FileOutputBuffer work on Windows.Michael J. Spencer
2012-12-03moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas
2012-12-03Add a getMemorySize() function for DenseSet.Argyrios Kyrtzidis
2012-12-03Add a new hook for providing register allocator hints more flexibly.Jakob Stoklund Olesen
2012-12-03Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion.Argyrios Kyrtzidis
2012-12-03Add 'getInt64Field()' method to get the signed integer instead of unsigned.Bill Wendling
2012-12-03ASan: add blacklist file to ASan pass options. Clang patch for this will follow.Alexey Samsonov