| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert "Allow modifying an ImmutableMap without canonicalizing it immediately." | Ted Kremenek | 2012-12-06 | 1 | -18/+5 |
* | Replace r169459 with something safer. Rather than having computeMaskedBits to | Evan Cheng | 2012-12-06 | 1 | -10/+7 |
* | Allow modifying an ImmutableMap without canonicalizing it immediately. | Jordan Rose | 2012-12-06 | 1 | -5/+18 |
* | Handle non-default array bounds. | Bill Wendling | 2012-12-06 | 1 | -1/+1 |
* | Revert r169456, "change MCContext to work on the doInitialization/doFinalizat... | NAKAMURA Takumi | 2012-12-06 | 1 | -11/+0 |
* | Let targets provide hooks that compute known zero and ones for any_extend | Evan Cheng | 2012-12-06 | 1 | -0/+10 |
* | change MCContext to work on the doInitialization/doFinalization model | Pedro Artigas | 2012-12-06 | 1 | -0/+11 |
* | RegPressureTracker::dump(): Remove unnecessary argument. | Andrew Trick | 2012-12-05 | 1 | -1/+1 |
* | Change std::vector to SmallVector<4> and remove some unused methods. | Eli Bendersky | 2012-12-05 | 1 | -6/+3 |
* | RegisterPressureTracker: unify virtual registers and physical regunits. | Andrew Trick | 2012-12-05 | 2 | -20/+47 |
* | RegisterPresssureTracker: Track live physical register by unit. | Andrew Trick | 2012-12-05 | 1 | -3/+10 |
* | Remove unused methods | Eli Bendersky | 2012-12-05 | 1 | -4/+0 |
* | Updates to Win64EH.h structures. | Michael J. Spencer | 2012-12-05 | 1 | -23/+58 |
* | Remove the non-const getInst accessor. It wasn't being used, and isn't very | Eli Bendersky | 2012-12-05 | 1 | -3/+0 |
* | Remove two dead functions resulting from a bad rebase. | Andrew Trick | 2012-12-05 | 1 | -22/+0 |
* | Try to unbreak the build on hosts that don't transitively pull in a definitio... | Benjamin Kramer | 2012-12-05 | 1 | -0/+1 |
* | Remove unused MachineInstr constructors. | Jakob Stoklund Olesen | 2012-12-05 | 1 | -10/+0 |
* | Added a option to the disassembler to print immediates as hex. | Kevin Enderby | 2012-12-05 | 2 | -1/+14 |
* | - Added calls to doInitialization/doFinalization to immutable passes | Pedro Artigas | 2012-12-05 | 1 | -0/+4 |
* | RegisterPressure API. Add support for physical register units. | Andrew Trick | 2012-12-05 | 1 | -0/+29 |
* | Added RegisterPressureTracker::dump() for debugging. | Andrew Trick | 2012-12-05 | 1 | -0/+2 |
* | Comment formatting. | Andrew Trick | 2012-12-05 | 1 | -1/+1 |
* | Copy clang/Driver/<Option parsing stuff> to llvm. | Michael J. Spencer | 2012-12-05 | 6 | -0/+1067 |
* | Use the 'count' attribute to calculate the upper bound of an array. | Bill Wendling | 2012-12-04 | 2 | -3/+2 |
* | Remove a URL from code | Eli Bendersky | 2012-12-04 | 1 | -1/+1 |
* | Make NaCl naming consistent. The triple OSType is called NaCl and is represented | Eli Bendersky | 2012-12-04 | 1 | -2/+2 |
* | Fix comment typo. | Duncan Sands | 2012-12-04 | 1 | -1/+1 |
* | This patch introduces initial-exec model support for thread-local storage | Bill Schmidt | 2012-12-04 | 2 | -1/+5 |
* | Add a 'count' field to the DWARF subrange. | Bill Wendling | 2012-12-04 | 1 | -1/+1 |
* | Add a 'getCount' method to get the number of elements in the subrange. | Bill Wendling | 2012-12-04 | 1 | -0/+1 |
* | Add 'using' declarations to suppress -Woverloaded-virtual warnings. | Matt Beaumont-Gay | 2012-12-04 | 1 | -0/+1 |
* | Stack Alignment: when creating stack objects in MachineFrameInfo, make sure | Manman Ren | 2012-12-04 | 2 | -3/+13 |
* | Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks. | Jakob Stoklund Olesen | 2012-12-04 | 1 | -22/+0 |
* | Remove VirtRegMap::getRegAllocPref(). | Jakob Stoklund Olesen | 2012-12-04 | 1 | -3/+0 |
* | Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases. | Jakob Stoklund Olesen | 2012-12-04 | 1 | -3/+1 |
* | Stack Alignment: move functions from header file MachineFrameInfo.h. | Manman Ren | 2012-12-04 | 1 | -24/+4 |
* | Add VirtRegMap::hasKnownPreference(). | Jakob Stoklund Olesen | 2012-12-03 | 1 | -0/+5 |
* | minor renaming, documentation and cleanups. | Nadav Rotem | 2012-12-03 | 1 | -1/+1 |
* | [Support] Make FileOutputBuffer work on Windows. | Michael J. Spencer | 2012-12-03 | 1 | -32/+26 |
* | moves doInitialization and doFinalization to the Pass class and removes some ... | Pedro Artigas | 2012-12-03 | 5 | -35/+21 |
* | Add a getMemorySize() function for DenseSet. | Argyrios Kyrtzidis | 2012-12-03 | 1 | -0/+1 |
* | Add a new hook for providing register allocator hints more flexibly. | Jakob Stoklund Olesen | 2012-12-03 | 1 | -0/+21 |
* | Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion. | Argyrios Kyrtzidis | 2012-12-03 | 2 | -16/+32 |
* | Add 'getInt64Field()' method to get the signed integer instead of unsigned. | Bill Wendling | 2012-12-03 | 1 | -0/+1 |
* | ASan: add blacklist file to ASan pass options. Clang patch for this will follow. | Alexey Samsonov | 2012-12-03 | 1 | -2/+5 |
* | Sort the #include lines for the include/... tree with the script. | Chandler Carruth | 2012-12-03 | 178 | -317/+302 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 8 | -2/+11 |
* | Remove bugzilla link. | James Molloy | 2012-12-01 | 1 | -2/+1 |
* | misched: Fix RegisterPressureTracker handling of DebugVals. | Andrew Trick | 2012-12-01 | 1 | -1/+6 |
* | Replace r168930 with a more reasonable patch. | Bill Wendling | 2012-11-30 | 1 | -0/+4 |