aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel2009-06-262-94/+28
* Simplify.Devang Patel2009-06-254-22/+12
* add targetflags to jump tables and constant pool entries.Chris Lattner2009-06-251-6/+24
* allow setting target operand flags on TargetGlobalAddress nodes.Chris Lattner2009-06-251-6/+19
* start bringing targetoperand flags into isel, first up, ExternalSymbol.Chris Lattner2009-06-251-7/+13
* Provide guards for this shared structure. I'm not sure this actually needsOwen Anderson2009-06-251-3/+8
* Privatize some more debug-related static data.Owen Anderson2009-06-251-2/+2
* Support Constant Pool SectionsBruno Cardoso Lopes2009-06-255-11/+111
* My guess is that RegInfo should only call the Allocator.Deallocator if it's notBill Wendling2009-06-251-7/+10
* Now with EVEN FEWER statics!Owen Anderson2009-06-251-28/+0
* Fewer static variables, part 3 of many.Owen Anderson2009-06-241-2/+2
* Down with _even more_ statics!Owen Anderson2009-06-242-2/+5
* Down with statics!Owen Anderson2009-06-241-2/+4
* Move local statics to per-instance variables.Owen Anderson2009-06-241-9/+4
* Completed basic intra block split implementation.Lang Hames2009-06-241-43/+114
* This increases the maximum for MVT::LAST_VALUETYPEDavid Greene2009-06-243-3/+3
* sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...Chris Lattner2009-06-241-10/+10
* sink dwarf finalization out of each target into AsmPrinter::doFinalizationChris Lattner2009-06-241-0/+4
* eliminate the ExtWeakSymbols set from AsmPrinter. This eliminatesChris Lattner2009-06-241-8/+21
* Rearrange some stuff in MachineOperand and add a new TargetFlags field.Chris Lattner2009-06-241-25/+29
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-243-20/+23
* Rewrite 73900 per Duncan's suggestion.Dale Johannesen2009-06-241-19/+9
* remove dead makefile flags.Chris Lattner2009-06-242-4/+0
* Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), re...Lang Hames2009-06-242-6/+2
* Fix support for inline asm input / output operand tying when operand spans ac...Evan Cheng2009-06-241-11/+23
* Use a default alignment for data and bss sections.Bruno Cardoso Lopes2009-06-232-19/+25
* Fix memcpy expansion so it won't generate invalidDale Johannesen2009-06-221-6/+25
* Fix another register coalescer crash: forgot to check if the instruction bein...Evan Cheng2009-06-221-3/+7
* Use different functions to emit the string and symbol tables.Bruno Cardoso Lopes2009-06-222-7/+17
* Add more methods to gather target specific elf stuffBruno Cardoso Lopes2009-06-224-154/+312
* Fix PR4419: handle defs of partial uses.Evan Cheng2009-06-201-7/+6
* mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel2009-06-191-1/+0
* Move up dwarf writer initialization in common AsmPrinter class.Devang Patel2009-06-191-3/+11
* Minor cleanup; fixes review comments for a previous patch. Sorry for Eli Friedman2009-06-191-4/+3
* More VNInfo tweaking, plus a little progress on intra-block splitting.Lang Hames2009-06-193-25/+84
* move mangler quote handling from asm printers to TargetAsmInfo.Chris Lattner2009-06-181-0/+3
* simplify macro debug info directive handling.Chris Lattner2009-06-181-4/+4
* Improved PHI def marking, replaced some gotos with breaks.Lang Hames2009-06-181-5/+7
* On Darwin, ams printer should output a second label before a jump table so th...Evan Cheng2009-06-181-3/+7
* - Update register allocation hint after coalescing. This is done by the targe...Evan Cheng2009-06-182-2/+11
* VNInfo cleanup.Lang Hames2009-06-179-125/+151
* Fixed names of libcalls checked in r73480.Sanjiv Gupta2009-06-161-8/+4
* Added required libcalls for PIC16 (mostly floating points to integer casting ...Sanjiv Gupta2009-06-161-0/+16
* Rename RemoveCopiesFromValNo to TurnCopiesFromValNoToImpDefs.Evan Cheng2009-06-162-10/+10
* If a val# is defined by an implicit_def and it is being removed, all of the c...Evan Cheng2009-06-161-20/+27
* Add some generic expansion logic for SMULO and UMULO. Fixes UMULO Eli Friedman2009-06-161-0/+47
* Fix typos.Bill Wendling2009-06-161-2/+2
* Use MainCU if it is available.Devang Patel2009-06-161-2/+3
* Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i...Owen Anderson2009-06-151-5/+14
* Change this from an assert to a cerr+exit, since it's diagnosing anDan Gohman2009-06-151-2/+6