summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Remove trailing whitespaceJim Grosbach2010-05-14
* 80 column and trailing whitespace cleanupJim Grosbach2010-05-14
* add cmd line option to leave dbgvalues in during post-RA sceduling. UsefulJim Grosbach2010-05-14
* Fix comment.Bill Wendling2010-05-14
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-14
* Lowering of atomic instructions can result in operands beingDan Gohman2010-05-14
* Add support to preserve type info for the variables that are removed by the o...Devang Patel2010-05-14
* When verifying two-address instructions, check the following:Jakob Stoklund Olesen2010-05-14
* Fix so "int3" is correctly accepted, added "into" and fixed "int" with anKevin Enderby2010-05-14
* Model VLD*_UPD and VLD*odd_UPD pair with REG_SEQUENCE.Evan Cheng2010-05-14
* MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only beDaniel Dunbar2010-05-14
* Simplify the handling of physreg defs and uses in RegAllocFast.Jakob Stoklund Olesen2010-05-14
* Set isTerminator on TRAP instructions.Dan Gohman2010-05-14
* Don't use isBarrier for the PowerPC sync instruction. isBarrier is forDan Gohman2010-05-14
* Add mayLoad and mayStore flags to instructions which missed them.Dan Gohman2010-05-14
* XFAIL the test I added with vg_leak, apparently it is the first and only llcDaniel Dunbar2010-05-14
* Inline Asm: Ensure buffer is newline terminated to match how the text is prin...Daniel Dunbar2010-05-14
* Enable opportunistic coalescingJakob Stoklund Olesen2010-05-14
* Added a QQQQ register file to model 4-consecutive Q registers.Evan Cheng2010-05-14
* Add AsmParser support for darwin tbss directive.Eric Christopher2010-05-14
* Fix a couple of typos.Eric Christopher2010-05-14
* MC: Switch to completely lazy layout.Daniel Dunbar2010-05-14
* MC: Extend MCAsmLayout to explicitly track which fragments have been layed ou...Daniel Dunbar2010-05-14
* MC: Implicitly assign section addresses when the previous fragment is layed out.Daniel Dunbar2010-05-14
* MC: Switch MCFragment to storing the layout order index, not its index in the...Daniel Dunbar2010-05-14
* MC: Change LayoutSection() to only do the section initializiation.Daniel Dunbar2010-05-14
* Fix comments.Evan Cheng2010-05-14
* Trust kill flags from isel and later passes.Jakob Stoklund Olesen2010-05-14
* Fix an embarrassing runtime regression for RegAllocFast.Jakob Stoklund Olesen2010-05-14
* Adding a v8i64 512-bit vector type. This will be used to model ARM NEON intri...Evan Cheng2010-05-13
* Implement a correct ui64->f32 conversion. The oldDale Johannesen2010-05-13
* Clean up RegAllocFast debug outputJakob Stoklund Olesen2010-05-13
* MC: Move Layout{Fragment,Section} into MCAsmLayout, and add LayoutFile().Daniel Dunbar2010-05-13
* Teach MachineLICM and MachineSink how to clear kill flags conservativelyDan Gohman2010-05-13
* Add comment about the pseudo registers QQ, each of which is a pair of Q regis...Evan Cheng2010-05-13
* Fix pr7110: For non-Darwin targets UnspilledCS1GPRs may include high registers.Bob Wilson2010-05-13
* CMake: fixes 64 bit Visual Studio IDE build. Fixes bug 4936.Oscar Fuentes2010-05-13
* Add a utility function for conservatively clearing kill flags, and makeDan Gohman2010-05-13
* An Instruction has a trivial kill only if its use is in the sameDan Gohman2010-05-13
* MC: Factor out MCAssembler::ComputeFragmentSize.Daniel Dunbar2010-05-13
* MC: Add section layout order indices to MCSectionData.Daniel Dunbar2010-05-13
* MC: Move ordinal calculation, to make sure fragments synthesized for layout g...Daniel Dunbar2010-05-13
* MC: Create dummy fragments to avoid ever having empty sections, which simplif...Daniel Dunbar2010-05-13
* MC: Add MCAsmLayout::FragmentReplaced() helper function.Daniel Dunbar2010-05-13
* Properly set thread-local flag on globals during cpp emissionAnton Korobeynikov2010-05-13
* Remove heinous tabs.Nick Lewycky2010-05-13
* Replace the core comparison login in merge functions. We can now mergeNick Lewycky2010-05-13
* Fix -Asserts warning.Daniel Dunbar2010-05-13
* MC: Eliminate MCSectionData::{,Address,File}Size, which can now be computed byDaniel Dunbar2010-05-13
* Fix -Asserts warning.Daniel Dunbar2010-05-13