summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clean up this file a little, no functionality change. This is a subset of myNick Lewycky2010-04-011-11/+10
* switch IRBuilder to use NewDebugLoc for locations insteadChris Lattner2010-04-012-10/+13
* add comments, don't require inlined-at to be specified.Chris Lattner2010-04-011-1/+3
* Fix sdisel memcpy, memset, memmove lowering:Evan Cheng2010-04-0114-182/+312
* Nehalem unaligned memory access is fast.Evan Cheng2010-04-013-2/+15
* Switch the representation of the location in instruction fromChris Lattner2010-04-013-12/+54
* include header.Chris Lattner2010-04-011-0/+1
* rewrite handling of forward ref'd instruction metadata Chris Lattner2010-04-012-9/+60
* change this from using '!dbg' to using '!dbgx'. TheChris Lattner2010-04-011-4/+4
* fix a bug in DebugRecVH::deleted/allUsesReplacedWith. If an Chris Lattner2010-04-011-4/+7
* no really, we don't need to copy strings around in the accessor.Chris Lattner2010-04-011-1/+1
* eliminate a temporary smallvectorChris Lattner2010-04-012-13/+5
* add a method to decode a DILocation into a NewDebugLoc.Chris Lattner2010-04-012-1/+19
* Add aeskeygenassist intrinsic and rename all of the aes intrinsics toEric Christopher2010-04-012-26/+38
* There are no known O'Caml problems at the moment.Erick Tryzelaar2010-04-011-14/+0
* update cmakefile.Chris Lattner2010-04-011-0/+1
* Add a new "NewDebugLoc" class which will eventually replace DebugLoc,Chris Lattner2010-04-013-1/+369
* vml[as] are slow on 1136jf-s also.Jim Grosbach2010-04-011-1/+2
* Reapply r100056. It doesn't look like it's the one that's causing a failure.Bill Wendling2010-04-011-35/+23
* Pass -m32/-m64 to assembler.Mikhail Glushenkov2010-03-311-0/+2
* Revert r100056. It was causing a failure on MSVC.Bill Wendling2010-03-311-23/+35
* Reverting 100048; it broke two Frontend debug info tests.Stuart Hastings2010-03-312-26/+10
* Rewrite CorrectExtraCFGEdges() to make it more understandable.Bill Wendling2010-03-311-35/+23
* Add a redundant PHI testcase for SSAUpdater to go with svn r100047.Bob Wilson2010-03-311-0/+46
* Debug info can now properly represent functions inside classes inside other f...Stuart Hastings2010-03-312-10/+26
* Rewrite part of the SSAUpdater to be more careful about inserting redundantBob Wilson2010-03-312-159/+286
* Fix a nasty dangling-pointer heisenbug that couldDale Johannesen2010-03-311-1/+5
* testcase for r99914, provided by baldrick!Gabor Greif2010-03-311-0/+18
* reduce indentation, minor cleanups.Chris Lattner2010-03-311-38/+42
* Reduce string trashing.Benjamin Kramer2010-03-311-2/+2
* Use spaces, not tabsJakob Stoklund Olesen2010-03-311-1/+1
* DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them areBenjamin Kramer2010-03-314-32/+30
* Add a FIXME.Daniel Dunbar2010-03-311-0/+2
* Comment the changes for r98218 and friends inside the source code.Bill Wendling2010-03-311-0/+5
* lit: Make sure to close any files we open as part of redirection.Daniel Dunbar2010-03-311-1/+7
* Comment the changes for r98218 and friends inside the source code.Bill Wendling2010-03-312-0/+10
* Fix PR6750. Don't try to merge a DomainValue with itself.Jakob Stoklund Olesen2010-03-311-0/+2
* s/getNameStr/getName/Benjamin Kramer2010-03-311-3/+3
* Bump SmallString size a bit to avoid malloc trashing.Benjamin Kramer2010-03-311-7/+3
* AddSignalHandler was not releasing the critical section on win32.Torok Edwin2010-03-311-0/+1
* Small fixes to this documentation. Remove mention of uint/int type, fix typoNick Lewycky2010-03-311-8/+7
* reduce indentationChris Lattner2010-03-311-20/+21
* tidy upChris Lattner2010-03-311-7/+8
* microoptimize this hot method, also making it more Chris Lattner2010-03-311-3/+2
* MI != 0 is checked in the assert right above this.Chris Lattner2010-03-311-1/+1
* use the isDebugValue() predicate and pop_back_val()Chris Lattner2010-03-311-7/+7
* assert is a function-like macro, not a control flow operator.Chris Lattner2010-03-311-14/+14
* Correct comment.Duncan Sands2010-03-311-1/+1
* reduce indentation, fit in 80 cols and various other cosmetic cleanups.Chris Lattner2010-03-311-284/+300
* fix file header.Chris Lattner2010-03-311-2/+1