aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* now that the opcode is trivially exposed, start matching instructionsChris Lattner2010-09-061-6/+22
* emit the match table at global scope instead of within the Chris Lattner2010-09-061-20/+25
* special case the mnemonic operand of the instruction in the Chris Lattner2010-09-061-8/+29
* The "ambiguous instructions" check only produces anything with -debug,Chris Lattner2010-09-061-21/+22
* simplify the hacks around jrcxz.Chris Lattner2010-09-061-4/+1
* have tblgen detect when an instruction would have matched, butChris Lattner2010-09-062-40/+55
* change MatchInstructionImpl to return an enum instead of bool.Chris Lattner2010-09-063-12/+18
* add noteChris Lattner2010-09-061-0/+1
* have AsmMatcherEmitter.cpp produce the hunk of code that gets includedChris Lattner2010-09-064-26/+42
* Regenerate.Eric Christopher2010-09-061-9/+9
* Update to 2.9 post-2.8 branch.Eric Christopher2010-09-061-1/+1
* Redefine LOOP* instructions from I to Ii8PCRel as they take an i8 argument.Roman Divacky2010-09-061-3/+3
* random cleanupsChris Lattner2010-09-061-9/+12
* MCELF: Align symtab, relocation sections and section headers properly. Patch ...Benjamin Kramer2010-09-061-12/+24
* compute the HasSSE3 bit correctly, patch by Nikolai Saoukh.Chris Lattner2010-09-061-9/+8
* fix PR8067, an over-aggressive assertion in LICM.Chris Lattner2010-09-062-4/+18
* emit the LLVM intrinsic name -> intrinsic number mapping table withChris Lattner2010-09-062-27/+36
* cleanup some of the lifetime/invariant marker stuff, add a big fixme.Chris Lattner2010-09-061-6/+11
* allow specifying an indentation level for the string matcher.Chris Lattner2010-09-062-8/+12
* emit the __builtin -> intrinsic map with StringMatcher instead of aChris Lattner2010-09-061-108/+18
* same bug, another place.Chris Lattner2010-09-061-1/+1
* fix a critical bug where the generated table would sayChris Lattner2010-09-061-1/+3
* update cmakeChris Lattner2010-09-061-0/+1
* factor the snazzy string matcher code that Daniel hatesChris Lattner2010-09-063-134/+198
* slightly improve the runtime and code size of the Intrinsics info table by notChris Lattner2010-09-061-13/+15
* speed up -gvn 3.4% on the testcase in PR7023Chris Lattner2010-09-061-1/+1
* Teach loop rotate to hoist trivially invariant instructionsChris Lattner2010-09-062-10/+62
* pull a simple method out of LICM into a new Chris Lattner2010-09-063-26/+14
* fit in 80 columns and don't crash on exit, fixes PR8080Chris Lattner2010-09-051-4/+10
* remove some dead code. t2addrmode_imm8s4 is never used in a Chris Lattner2010-09-052-32/+1
* fix inconsistent formatting.Chris Lattner2010-09-051-1/+1
* cleanups: mark stuff static, only tagdecls should be in anon namespaces.Chris Lattner2010-09-051-20/+22
* cleanups.Chris Lattner2010-09-051-22/+17
* some random notes.Chris Lattner2010-09-051-1/+4
* add a comment about where this should eventually move.Chris Lattner2010-09-051-0/+7
* update this.Chris Lattner2010-09-051-10/+29
* more cleanupsChris Lattner2010-09-051-52/+38
* Change lower atomic pass to use IntrinsicInst to simplify it a bit.Chris Lattner2010-09-052-41/+30
* eliminate some non-obvious casts. UndefValue isa Constant.Chris Lattner2010-09-051-4/+4
* fix PR8063, a crash in globalopt in the malloc analysis code.Chris Lattner2010-09-052-20/+44
* Added initialisers for reduction rule counters.Lang Hames2010-09-051-0/+4
* Fix warning reported by MSVC++ builder.Nick Lewycky2010-09-051-2/+2
* Switch FnSet to containing the ComparableFunction instead of a pointer to one.Nick Lewycky2010-09-051-36/+67
* Fix many bugs when merging weak-strong and weak-weak pairs. We now merge allNick Lewycky2010-09-051-98/+183
* implement rdar://6653118 - fastisel should fold loads where possible.Chris Lattner2010-09-057-15/+148
* Remove dead code.Jakob Stoklund Olesen2010-09-042-112/+0
* fix this to work with allocators that have reference type with compilersChris Lattner2010-09-041-3/+7
* dead method.Chris Lattner2010-09-041-1/+0
* delete dead code.Chris Lattner2010-09-041-29/+0
* zap dead code.Chris Lattner2010-09-0418-141/+4