summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Cleanup in dbg_stoppoint handling in CBE. Patch by Sandeep Patel.Anton Korobeynikov2009-08-05
* Minor arm CBE fixes. Patch by Sandeep.Anton Korobeynikov2009-08-05
* Emit module-level inline asm for CBE.Anton Korobeynikov2009-08-05
* Disable stack coloring with register for now. It's not able to set kill markers.Evan Cheng2009-08-05
* Another nasty coalescer bug (is there another kind):Evan Cheng2009-08-05
* Remove accidental commited commentBruno Cardoso Lopes2009-08-05
* - Remove custom handling of jumptables by the elf writter (this wasBruno Cardoso Lopes2009-08-05
* 80 col violations.Evan Cheng2009-08-05
* common globals may also not be marked constant.Chris Lattner2009-08-05
* Teach X86FastISel how to handle CCValAssign::BCvt, which is used forDan Gohman2009-08-05
* Clarify common linkage and the requirements on it. EnforceChris Lattner2009-08-05
* ZIV tester for LDA.Andreas Bolka2009-08-05
* expose SectionKindForGlobal to curious clients, named asChris Lattner2009-08-05
* Restrict LDA to GEPs with the same pointer offset.Andreas Bolka2009-08-05
* add a temporary hook to allow reuse of the asmprinter from the disassembler.Chris Lattner2009-08-05
* Turn some insert_subreg, extract_subreg, subreg_to_reg into implicit_defs.Evan Cheng2009-08-05
* Oops. I didn't mean to commit this piece yet.Bob Wilson2009-08-05
* One more. Transfer kill of the larger register when lowering an EXTRACT_SUBREG.Evan Cheng2009-08-05
* One more place where subreg lowering forgot to transfer undefness.Evan Cheng2009-08-05
* Major calling convention code refactoring.Dan Gohman2009-08-05
* If the insert_subreg source is <undef>, insert an implicit_def instead of a c...Evan Cheng2009-08-05
* Various comment fixes.Dan Gohman2009-08-05
* Remove an unnecessary flush in the CppBackend's output.Dan Gohman2009-08-05
* Don't flush the raw_ostream between each MachineFunction. These flushDan Gohman2009-08-05
* Change DAG nodes for Neon VLD2/3/4 operations to return multiple results.Bob Wilson2009-08-05
* cerr isn't buffered so it doesn't need to be flushed.Dan Gohman2009-08-05
* Remove needless uses of std::flush in the parent process after aDan Gohman2009-08-05
* Privatize the PointerType factory.Owen Anderson2009-08-05
* 1) Proper emit displacements for x86, using absolute relocations where necessaryBruno Cardoso Lopes2009-08-05
* Use _exit rather than exit in the child process after a failed exec.Dan Gohman2009-08-05
* Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's oldJeffrey Yasskin2009-08-04
* Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.Evan Cheng2009-08-04
* Privatize the VectorType uniquing.Owen Anderson2009-08-04
* Begin the process of privatizing the type uniquing tables. No API changes ye...Owen Anderson2009-08-04
* Check for !isa<Constant> instead of isa<Instruction>. ThisDan Gohman2009-08-04
* Follow Unix behavior and return 127 if the command is not found,Dan Gohman2009-08-04
* revert r78048, it isn't worth using assertingvh here.Chris Lattner2009-08-04
* Update CMakeLists.Benjamin Kramer2009-08-04
* It helps if I remember to actually add the file...Owen Anderson2009-08-04
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Replace dregsingle operand modifier with explicit escaped curly brackets.Bob Wilson2009-08-04
* Clean up the handling of two-address operands in RegScavenger.Jakob Stoklund Olesen2009-08-04
* Don't give implicit machine operands special treatment in the register scaven...Jakob Stoklund Olesen2009-08-04
* Restlyize to match other targets, fixes cmake build to boot.Mike Stump2009-08-04
* Enable load / store multiple pass for Thumb2. It's not using ldrd / strd yet.Evan Cheng2009-08-04
* remove a random reference to subtarget. Even without this, weChris Lattner2009-08-04
* Add NEON single-precision FP support for fabs and fneg.David Goodwin2009-08-04
* When exec() fails, return 127 instead of errno; the parent process has no way toDaniel Dunbar2009-08-04
* Privatize the last bit of Constant-creation state.Owen Anderson2009-08-04
* rip out SectionEndDirectiveSuffix support, only uses byChris Lattner2009-08-04