summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach2011-04-12
* Add bad register checks for Thumb2 Ld/St instructions.Johnny Chen2011-04-12
* Revert 129383. It causes some targets to hit a scheduler assert.Andrew Trick2011-04-12
* Print our uint64_t with the more portable (C99 and C++0x) %PRIu64 formatNick Lewycky2011-04-12
* PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency.Andrew Trick2011-04-12
* Document how to build a LLVM pass with CMake out of source.Oscar Fuentes2011-04-12
* The counters are unsigned.Nick Lewycky2011-04-12
* Create new intervals for isolated blocks during region splitting.Jakob Stoklund Olesen2011-04-12
* Remove LastOffset from the asm parser.Rafael Espindola2011-04-12
* The Thumb2 Ld, St, and Preload instructions with the i12 forms should have it...Johnny Chen2011-04-12
* Add SplitKit API to query and select the current interval being worked on.Jakob Stoklund Olesen2011-04-12
* Fix a bug in RegAllocBase::addMBBLiveIns() where a basic block could accident...Jakob Stoklund Olesen2011-04-12
* Remove dead typedef.Devang Patel2011-04-12
* Refactor CompileUnit into a separate header.Devang Patel2011-04-12
* Print out a debug message when the reglist fails the sanity check for Thumb L...Johnny Chen2011-04-12
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-12
* Implement .cfi_same_value.Rafael Espindola2011-04-12
* Added new FIXME noteGarrison Venn2011-04-12
* Split a store of a VMOVDRR into two integer stores to avoid mixing NEON and ARMCameron Zwarich2011-04-12
* lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix u...NAKAMURA Takumi2011-04-12
* Add support for line profiling. Very work-in-progress.Nick Lewycky2011-04-12
* Consider ConstantAggregateZero as well as ConstantArray/Struct.Nick Lewycky2011-04-12
* Fix typo.Eric Christopher2011-04-12
* Make IRBuilder support StringRef for building strings.Nick Lewycky2011-04-12
* Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach2011-04-12
* Add one test case (svc).Johnny Chen2011-04-12
* Match case for invalid constant error messages and add a newEric Christopher2011-04-12
* A8.6.16 BJohnny Chen2011-04-12
* Fix reassociate to use a worklist instead of recursing when newDan Gohman2011-04-12
* Test for invalid constant expr addition - bad octal constant.Eric Christopher2011-04-12
* To avoid printing out multiple error messages for cases like:Eric Christopher2011-04-12
* Reuse live interval union between functions. This saves a bit of compile timeJakob Stoklund Olesen2011-04-11
* Thumb disassembler was erroneously rejecting "blx sp" instruction.Johnny Chen2011-04-11
* comment cleanup, use moveBefore instead of removeFromParent+insertBefore.Chris Lattner2011-04-11
* TableGen: Keep the order of DECL_CONTEXT() for DeclNodes.td. RecordVector may...NAKAMURA Takumi2011-04-11
* remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner2011-04-11
* Fix an error in the MBlaze delay slot filler.Wesley Peck2011-04-11
* build: Add support for a SHOW_DIAGNOSTICS build variable.Daniel Dunbar2011-04-11
* Add scheduling information for the MBlaze backend.Wesley Peck2011-04-11
* Lex, and then fail on invalid constants.Eric Christopher2011-04-11
* Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn'tNick Lewycky2011-04-11
* Implement cfi_rel_offsetRafael Espindola2011-04-11
* Speed up eviction by stopping collectInterferingVRegs as soon as the spillJakob Stoklund Olesen2011-04-11
* Add test for previous commit.Rafael Espindola2011-04-11
* Don't crash on invalid instructions when disassembling MBlaze code.Wesley Peck2011-04-11
* The default of the dispatch switch statement was to branch to a BB that executedBill Wendling2011-04-11
* Fix the bug where the immediate shift amount for Thumb logical shift instruct...Johnny Chen2011-04-11
* Look pass copies when determining whether hoisting would end up inserting mor...Evan Cheng2011-04-11
* implement .cfi_adjust_cfa_offset.Rafael Espindola2011-04-11
* Get rid of useless comment; if a file uses functions from a given header,Eli Friedman2011-04-11