aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* If post-alloc scheduler is not enabled, it should return false, not true.Evan Cheng2009-10-161-3/+3
* Indent code.Zhongxing Xu2009-10-161-1/+1
* Add comment.Evan Cheng2009-10-161-0/+2
* 80 column violation.Evan Cheng2009-10-161-1/+2
* Fix more NEON instruction encodings.Bob Wilson2009-10-161-2/+2
* Add half precision floating point support (float16) to APFloat,Chris Lattner2009-10-161-1/+69
* add haiku support, patch by Paul Davey!Chris Lattner2009-10-161-0/+3
* MC: Set symbol values in MachO MCStreamer.Daniel Dunbar2009-10-161-1/+3
* Minor formatting tweaks.Daniel Dunbar2009-10-162-34/+34
* MC: Switch assembler API to using MCExpr instead of MCValue.Daniel Dunbar2009-10-162-31/+41
* MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar2009-10-162-9/+8
* MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar2009-10-161-0/+1
* MC: When parsing a variable reference, substitute absolute variables immediatelyDaniel Dunbar2009-10-161-1/+4
* MC: Move assembler variable values from MCContext to MCSymbol.Daniel Dunbar2009-10-161-2/+5
* MC: Switch MCContext value table to storing MCExprs.Daniel Dunbar2009-10-162-21/+3
* When checking aliases between phi sources and V2, we know the sources are not...Evan Cheng2009-10-161-3/+3
* Revert svn r80498 and replace it with a different solution. The only problemBob Wilson2009-10-151-12/+4
* Dllexport stuff cleanup:Anton Korobeynikov2009-10-151-34/+40
* Branches must be the last instruction in a Thumb2 IT block. Approved by Evan ...Sandeep Patel2009-10-151-1/+5
* Fix encoding bits for N3VLInt3_QHS multiclass with 8-bit elements.Bob Wilson2009-10-151-1/+1
* Fix ARM memory operand parsing of post indexing with just a base register, thatKevin Enderby2009-10-151-36/+41
* Fix a potential performance problem in placing ARM constant pools.Bob Wilson2009-10-151-29/+67
* More bits of the ARM target assembler for llvm-mc, code added to parse labelsKevin Enderby2009-10-151-16/+130
* Remove X86Subtarget::IsLinux. It's no longer being used.Evan Cheng2009-10-152-10/+1
* Fix bug where array malloc with unexpected computation of the size argument r...Victor Hernandez2009-10-153-28/+64
* Add files Sanjiv forgot.Benjamin Kramer2009-10-153-0/+487
* Re-apply 84180 with the fixed test case.Sanjiv Gupta2009-10-1510-689/+391
* Move Blackfin intrinsics into the Target/Blackfin directory.Jakob Stoklund Olesen2009-10-157-1/+124
* Report errors correctly for unselected target intrinsics.Jakob Stoklund Olesen2009-10-151-6/+9
* Clean up TargetIntrinsicInfo API. Add pure virtual methods.Jakob Stoklund Olesen2009-10-151-2/+10
* Add missing break statements! Thanks to Duncan Sands for pointing this out!Nick Lewycky2009-10-151-0/+2
* Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar2009-10-1513-878/+689
* Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta2009-10-1513-689/+878
* Few changes to comply with new DebugInfo Metadata representation.Sanjiv Gupta2009-10-151-4/+5
* Teach basicaa about memcpy/memmove/memset. The length argument can be used toNick Lewycky2009-10-151-0/+22
* Teach BasicAA to use the size parameter of the memory use marker intrinsics.Nick Lewycky2009-10-151-18/+29
* Be smarter about reusing constant pool entries.Bob Wilson2009-10-151-4/+17
* Fix another problem with ARM constant pools. Radar 7303551.Bob Wilson2009-10-151-7/+5
* only try to fold constantexpr operands when the worklist is first populated, Chris Lattner2009-10-151-15/+30
* don't bother calling ConstantFoldInstruction unless there is a use of theChris Lattner2009-10-151-22/+25
* Take advantage of TargetData when available; we know that the atomic intrinsicsNick Lewycky2009-10-151-18/+23
* Make CodePlacementOpt align loops, rather than loop headers. TheDan Gohman2009-10-151-71/+30
* When LiveVariables is adding implicit-def to model "partial dead", add the ea...Evan Cheng2009-10-141-1/+12
* Print earlyclobber for implicit-defs as well.Evan Cheng2009-10-141-6/+6
* Fix instruction encoding bits for NEON VPADAL.Bob Wilson2009-10-141-2/+2
* Remove unused variables to fix build warning.Bob Wilson2009-10-141-3/+0
* Make loop not recalc getNumOperands() each time aroundJim Grosbach2009-10-141-3/+2
* Add support to record DbgScope as inlined scope.Devang Patel2009-10-142-25/+44
* quiet compiler warningJim Grosbach2009-10-141-1/+1
* Inst{11-8} for vshl should be 0b0101, not 0b1111.Jim Grosbach2009-10-141-1/+1