summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix another using-CPSR-twice bug in my ADCS/SBCS cleanups, and make proper us...Owen Anderson2011-04-11
* Use a faster algorithm for computing MBB live-in registers after register all...Jakob Stoklund Olesen2011-04-11
* Trivial comment fix.Johnny Chen2011-04-11
* Fix a couple of places where changes are made but not tracked.Evan Cheng2011-04-11
* Check invalid register encodings for LdFrm/StFrm ARM instructions and flag th...Johnny Chen2011-04-11
* Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby2011-04-11
* Don't add live ranges for sub-registers when clobbering a physical register.Jakob Stoklund Olesen2011-04-11
* Speed up LiveIntervalUnion::unify by handling end insertion specially.Jakob Stoklund Olesen2011-04-11
* Time the initial seeding of live registersJakob Stoklund Olesen2011-04-11
* Don't shrink live ranges after dead code elimination unless it is going to help.Jakob Stoklund Olesen2011-04-11
* Fix or remove code which seemed to think that the operand of a ConstantJay Foad2011-04-11
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11
* Phi nodes always use an even number of operands, so don't ever allocateJay Foad2011-04-11
* Revert r129235 pending a vetting of the EH rewrite.Bill Wendling2011-04-10
* Bugfix in the Cpp backend after API change on PHINode::Create.Nicolas Geoffray2011-04-10
* Beginning of the Great Exception Handling Rewrite.Bill Wendling2011-04-10
* fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately,Chris Lattner2011-04-09
* Fix potential buffer overflow on win32.Benjamin Kramer2011-04-09
* Don't store Twine temporaries, it's not safe.Benjamin Kramer2011-04-09
* Make error message more useful.Benjamin Kramer2011-04-09
* Add back a couple checks removed by r129128; the fact that an intitializerEli Friedman2011-04-09
* fix PR9523, a crash in looprotate on a non-canonical loop made out of indirec...Chris Lattner2011-04-09
* Fix a bug where RecursivelyDeleteTriviallyDeadInstructions couldChris Lattner2011-04-09
* Avoid excess precision issues that lead to generating host-compiler-specific ...Chris Lattner2011-04-09
* PR9604; try to deal with RAUW updates correctly in the AST. I'm not convincedEli Friedman2011-04-09
* regexes are allowed to match empty things, e.g. {{.*}} in filecheck.Chris Lattner2011-04-09
* Build the Hopfield network incrementally when splitting global live ranges.Jakob Stoklund Olesen2011-04-09
* Precompute interference for neighbor blocks as long as there is no interference.Jakob Stoklund Olesen2011-04-09
* have dag combine zap "store undef", which can be formed during call loweringChris Lattner2011-04-09
* Redirected errors from the AsmParser to the properSean Callanan2011-04-09
* Simplify array bound checks and clarify comments. One element array can have...Devang Patel2011-04-08
* Add a function for profiling to run at shutdown. Unlike the existing API, thisNick Lewycky2011-04-08
* Fix an apparent typo that made GCC complainMatt Beaumont-Gay2011-04-08
* Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.Devang Patel2011-04-08
* Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...Evan Cheng2011-04-08
* Workaround g++ 4.2.1 warning diagnostic false positive.Jim Grosbach2011-04-08
* Check opcoe (dmb, dsb) instead of bitfields matching.Johnny Chen2011-04-08
* Hanlde the checking of bad regs for SMMLAR properly, instead of asserting.Johnny Chen2011-04-08
* Sanity check the option operand for DMB/DSB.Johnny Chen2011-04-08
* Mark hasExtraDefRegAllocReq=1 on LDRD.Jim Grosbach2011-04-08
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-08
* llvm.global_[cd]tor is defined to be either external, or appending with an arrayNick Lewycky2011-04-08
* Add sanity checking for bad register specifier(s) for the DPFrm instructions.Johnny Chen2011-04-08
* Micro optimization and improved similarity with gas' output:Rafael Espindola2011-04-07
* Do not let debug info interfer with branch folding.Devang Patel2011-04-07
* Replace the old algorithm that emitted the "print the alias for an instruction"Bill Wendling2011-04-07
* Add option to emit @llvm.trap as a function call instead of a trap instructio...Evan Cheng2011-04-07
* Add support for .skip.Rafael Espindola2011-04-07
* Fix indentation.Akira Hatanaka2011-04-07
* Update ATUsed every time after expandRegLargeImmPair is called.Akira Hatanaka2011-04-07