aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* declare targets with (void) instead of () since this is a C header.Chris Lattner2010-04-281-2/+2
* Rework global alignment computation again. Now we do round upChris Lattner2010-04-281-7/+2
* Emit debug info for byval parameters.Devang Patel2010-04-281-1/+6
* further simplify EmitAlignment by eliminating the Chris Lattner2010-04-281-7/+3
* remove a dead argument to EmitAlignment.Chris Lattner2010-04-281-6/+2
* Fix a problem that lower invoke has with allocas (PR6694), and Chris Lattner2010-04-261-0/+2
* on darwin empty functions need to codegen into something of non-zero length,Chris Lattner2010-04-261-0/+8
* Add DBG_VALUE handling for byval parameters; thisDale Johannesen2010-04-261-4/+22
* Add PPC AsmPrinter handling for target-specific form ofDale Johannesen2010-04-261-0/+3
* Update MachineSSAUpdater with the same changes I made for the IR-levelBob Wilson2010-04-261-5/+19
* - Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo an...Evan Cheng2010-04-262-10/+14
* Stop abusing EmitInstrWithCustomInserter for target-dependentDale Johannesen2010-04-251-0/+10
* Add a new utility function SimplifyICmpOperands. Much of this code isDan Gohman2010-04-241-0/+7
* switch InlineInfo.DevirtualizedCalls's list to be of WeakVH.Chris Lattner2010-04-231-1/+2
* Move FastISel's HandlePHINodesInSuccessorBlocks call down into FastISelDan Gohman2010-04-231-8/+8
* The inliner was choosing to not consider call sitesChris Lattner2010-04-221-1/+6
* refactor the interface to InlineFunction so that most of the in/outChris Lattner2010-04-221-13/+27
* Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISelDan Gohman2010-04-223-7/+14
* fix file header.Chris Lattner2010-04-221-1/+1
* Add fast register allocator, enabled with -regalloc=fast.Jakob Stoklund Olesen2010-04-212-0/+6
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-0/+12
* Add more const qualifiers on TargetMachine and friends.Dan Gohman2010-04-212-6/+7
* Move several SelectionDAG-independent utility functions out of theDan Gohman2010-04-211-0/+80
* - Clean up some crappy code which deals with coalescing of copies which look atEvan Cheng2010-04-211-0/+6
* Because of the EMMS problem, right now we have to supportDale Johannesen2010-04-201-1/+15
* There is no need to install ValueMapper.h header. Devang Patel2010-04-201-29/+0
* Document that TargetRegisterInfo::contains does not cover virtual registers.Dan Gohman2010-04-201-1/+1
* move some select simplifications out out instcombine intoChris Lattner2010-04-201-0/+4
* Remove the palignr intrinsics now that we lower them to vector shuffles,Eric Christopher2010-04-201-10/+0
* Sink DebugLoc handling out of SelectionDAGISel into FastISel andDan Gohman2010-04-201-5/+0
* make CallGraphNode dtor abort if a node is deleted when there are stillChris Lattner2010-04-201-0/+8
* Remove MachineFunction's DefaultDebugLoc member, and make DwarfDebug.cppDan Gohman2010-04-201-17/+0
* Reapply the removal of SelectionDAGISel's BB, with a fix for the caseDan Gohman2010-04-201-7/+7
* Revert 101825, which is causing trouble.Dan Gohman2010-04-191-4/+4
* Eliminate SelectionDAGISel's "current block" member. Just pass it asDan Gohman2010-04-191-4/+4
* Remove the Expr member from IVUsers. Instead of remembering the expression,Dan Gohman2010-04-191-23/+9
* Give SelectionDAG a TargetMachine too, rather than having itDan Gohman2010-04-191-2/+3
* Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag.Devang Patel2010-04-191-0/+1
* Code that needs a TargetMachine should have access to one directly, ratherDan Gohman2010-04-191-1/+1
* Don't write into MemoryBuffers.Benjamin Kramer2010-04-191-2/+2
* Add a few more ELF bits.Dan Gohman2010-04-191-0/+11
* Add a const.Dan Gohman2010-04-191-1/+1
* These functions don't need to access this.Dan Gohman2010-04-191-2/+2
* Make processor FUs unique for given itinerary. This extends the limit of 32Anton Korobeynikov2010-04-181-2/+3
* Add a "PadTo" field to the emitULEB128Bytes method. This will pad out to theBill Wendling2010-04-181-2/+9
* Add comment (lost when reverting and reapplying 101503).Dale Johannesen2010-04-171-0/+2
* teach the x86 asm parser how to handle segment prefixesChris Lattner2010-04-171-1/+1
* refactor .if handling code a bit.Chris Lattner2010-04-171-2/+0
* Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman2010-04-171-1/+1
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-174-23/+27