aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* now that the debug and eh emitters use a common .set counter,Chris Lattner2010-03-094-11/+5
* move .set generation out of DwarfPrinter into AsmPrinter and Chris Lattner2010-03-083-25/+32
* Don't waste time trying to CSE labels, phis, inline asm. Definitely avoid cse...Evan Cheng2010-03-081-0/+4
* Restrict machine cse to really trivial coalescing. Leave the heavy lifting to...Evan Cheng2010-03-081-0/+3
* simplify EmitSectionOffset to always use .set if it isChris Lattner2010-03-087-38/+16
* don't reset defaults.Chris Lattner2010-03-082-3/+0
* Remove a version of EmitDifference.Chris Lattner2010-03-084-51/+26
* Fix a crash compiling 254.gap for Thumb2. The Thumb2 add/sub with 12-bitBob Wilson2010-03-082-8/+26
* Re-commit 97860 with fix. getMallocAllocatedType may return null.Evan Cheng2010-03-081-0/+10
* eliminate a form of PrintLabelName.Chris Lattner2010-03-083-11/+5
* remove another form of EmitReference.Chris Lattner2010-03-083-10/+3
* eliminate the non-MCSymbol versions of EmitReference.Chris Lattner2010-03-083-25/+7
* mc'ize EmitLabel.Chris Lattner2010-03-084-69/+52
* merge DIEObjectLabel and DIEDwarfLabel into DIELabel.Chris Lattner2010-03-085-89/+13
* Introduce DIFile. This will be used to represent header files and source file...Devang Patel2010-03-081-0/+23
* elimiante the DWLabel class, using MCSymbol instead. Start Chris Lattner2010-03-0810-177/+138
* Fix the vmxon entry in the X86InstrInfo.td so it has the correct prefix bytesKevin Enderby2010-03-081-1/+1
* MC/Macho-O: Align the zerofill section itself to the maximum alignment.Daniel Dunbar2010-03-081-0/+10
* Derive DIType from DIScope. This simplifies getContext() where for members th...Devang Patel2010-03-083-40/+22
* Remove DbgNode checks in constructor. Debug descriptors are intended to be li...Devang Patel2010-03-081-9/+0
* MC/Mach-O: Fix address compution for zero fill sections.Daniel Dunbar2010-03-081-2/+2
* MC/Mach-O: Error out instead of crashing on invalid scattered relocation expr...Daniel Dunbar2010-03-081-2/+11
* X86: Fix encoding for TEST{8,16,32}rr.Daniel Dunbar2010-03-081-3/+3
* Avoid using DIDescriptor.isNull(). Devang Patel2010-03-087-160/+122
* Revert r97947.Devang Patel2010-03-087-122/+160
* disambiguate some types, add a fixme about some Chris Lattner2010-03-084-5/+6
* fix some more ambiguous patterns, remove another nontemporalstoreChris Lattner2010-03-082-14/+12
* Correct immediate sizes.Chris Lattner2010-03-082-2/+2
* fix a type compatibility bug. imm is i32 in the input Chris Lattner2010-03-082-1/+6
* fix a bunch of partially ambiguous patterns on ARM. As anChris Lattner2010-03-083-35/+40
* Fix a bunch of ambiguous patterns which tblgen happens to infer typesChris Lattner2010-03-081-7/+7
* tidy upChris Lattner2010-03-081-1/+1
* Avoid using DIDescriptor.isNull().Devang Patel2010-03-087-160/+122
* Add Order to SDDbgValueDale Johannesen2010-03-081-4/+10
* Fix dbg value handling in tail merging.Dale Johannesen2010-03-081-3/+25
* remove a non-temporal store pattern which is not tested and Chris Lattner2010-03-081-3/+0
* Revert r97917, which was causing Clang Debug self-host failures.Douglas Gregor2010-03-083-28/+29
* Roll back r97918 again. Just configuring against llvm-gcc wasn't enough to runJeffrey Yasskin2010-03-072-25/+16
* Reapply r97788 to free MDNodes when the LLVMContext is destroyed. ItJeffrey Yasskin2010-03-072-16/+25
* Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie.Jeffrey Yasskin2010-03-073-29/+28
* Use Other as a sentinel instead of iAny.Chris Lattner2010-03-071-4/+4
* _2_ gcc crashes, ah, ah, ah...Jeffrey Yasskin2010-03-072-24/+22
* Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Val...Jeffrey Yasskin2010-03-072-22/+24
* tidy upChris Lattner2010-03-071-10/+10
* Re-committing the failed r97807 commit with changes to eliminate warnings.Wesley Peck2010-03-066-62/+193
* Add verification of union types.Nick Lewycky2010-03-061-0/+9
* Describe what's going on with mingw alloca and why do we need separate instru...Anton Korobeynikov2010-03-061-1/+9
* Initial bits of ARMv4-only support.Anton Korobeynikov2010-03-065-29/+88
* Lower dynamic stack allocation on mingw32 to separate instruction.Anton Korobeynikov2010-03-064-20/+56
* make APFloat::toString be const.Chris Lattner2010-03-061-1/+1