aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-011-1/+9
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-012-3/+15
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-013-0/+235
* testcase for PR3601Chris Lattner2009-09-011-0/+33
* Change CallGraphNode to maintain it's Function as an AssertingVHChris Lattner2009-09-016-54/+79
* Add virtual destructor.Devang Patel2009-09-011-0/+1
* Add test for vld{234}_lane instructions.Bob Wilson2009-09-011-0/+187
* Generate code for vld{234}_lane intrinsics.Bob Wilson2009-09-014-0/+130
* Fix pr4843: When an instruction has multiple destination registers that areBob Wilson2009-09-012-11/+64
* llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy).Daniel Dunbar2009-09-012-4/+4
* SJLJ is arm/darwin only for now. force the triple for the testJim Grosbach2009-09-011-1/+1
* Fix compiler warningsJim Grosbach2009-09-012-2/+2
* Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach2009-09-019-38/+163
* Introduce DILocation.Devang Patel2009-09-012-0/+32
* Add getDirectory() and getFilename() interface to DIScope.Devang Patel2009-09-011-1/+25
* Subprogram is a scope. Derive DISubprogram from DIScope.Devang Patel2009-08-314-8/+59
* Rename DIBlock as DILexicalBlock.Devang Patel2009-08-313-11/+22
* Don't use an iterator which is potentially invalidated.Dan Gohman2009-08-311-1/+1
* Use early exit and reduce indentation.Bob Wilson2009-08-311-157/+157
* If the tied registers are already the same, there is no need to changeBob Wilson2009-08-311-5/+5
* Add triple parsing support for XCore.Richard Osborne2009-08-311-0/+2
* Derive DICompileUnit from DIScope.Devang Patel2009-08-312-3/+15
* Add flag to mark structs for Apple Block "byref" variables; also add code toCaroline Tice2009-08-313-3/+265
* Extend the ValuesAtScope cache to cover all expressions, not justDan Gohman2009-08-312-24/+34
* restore semantics of operator* (removing a FIXME I had to introduce in r80224)Gabor Greif2009-08-311-3/+4
* Don't mark a register live at an undef use.David Goodwin2009-08-312-13/+34
* Introduce DIScope.Devang Patel2009-08-312-0/+26
* Oops. Fix inverted logic in assertion check.Devang Patel2009-08-311-6/+6
* Remove .n suffix for some 16-bit opcodes now that Darwin assembler is fixed.Evan Cheng2009-08-312-6/+5
* X86/exp-asm-printer: Lower MachineOperand::MO_JumpTableIndex to MCOperand.Daniel Dunbar2009-08-312-1/+35
* Stop printing old asm printing code inline with -experimental-asm-printer (th...Daniel Dunbar2009-08-311-9/+0
* Avoid unnecessary +0 in experimental-asm-printer.Daniel Dunbar2009-08-311-7/+10
* Simplify isDerivedType() and other predicate interface.Devang Patel2009-08-314-58/+75
* Output a hex value, because all of the others are hex.Bill Wendling2009-08-311-1/+1
* Fix some misspellings of XTARGET.Dale Johannesen2009-08-313-3/+3
* Mark test as passing on all x86, which it should,Dale Johannesen2009-08-311-1/+1
* cleanups pointed out by duncanChris Lattner2009-08-311-2/+1
* Revert commit 80428. It completely broke exceptionDuncan Sands2009-08-316-137/+18
* Free the constants that have no uses in ~LLVMContext.Torok Edwin2009-08-314-4/+31
* Fix ExplicitSymbols leak.Torok Edwin2009-08-311-0/+7
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-3122-24/+24
* llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar2009-08-318-67/+58
* llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar2009-08-319-41/+18
* llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExpression.Daniel Dunbar2009-08-313-55/+27
* llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar2009-08-3110-86/+116
* llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr.Daniel Dunbar2009-08-313-0/+26
* llvm-mc: Make MCSymbolData symbol member const.Daniel Dunbar2009-08-313-9/+9
* llvm-mc: Add MCContext to MCAssembler.Daniel Dunbar2009-08-313-5/+9
* llvm-mc: Add MCAsmParser::getContext.Daniel Dunbar2009-08-313-18/+16
* llvm-mc: Add MCExpr::{dump,print}.Daniel Dunbar2009-08-312-0/+75