aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* reenable r101565, removing a problematic assertion.Chris Lattner2010-04-171-3/+2
* More work to allow dag combiner to promote 16-bit ops to 32-bit.Evan Cheng2010-04-171-4/+20
* Re-commit my previous SSAUpdater changes. The previous version naively triedBob Wilson2010-04-171-9/+21
* Reapply 101503+101520. These are "obviously correct" [Chris]Dale Johannesen2010-04-171-2/+2
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-163-41/+47
* Add support to emit dwarf ranges.Devang Patel2010-04-161-0/+6
* Add a getSelectionDAGInfo member to TargetMachine.Dan Gohman2010-04-161-0/+2
* building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager Chris Lattner2010-04-161-0/+9
* move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd().Chris Lattner2010-04-162-13/+5
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-162-7/+39
* tidy upChris Lattner2010-04-161-23/+25
* Create a new TargetSelectionDAGInfo class. This will eventually acquireDan Gohman2010-04-161-0/+36
* Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType.Dan Gohman2010-04-161-3/+3
* Fix this code to avoid implicit assumptions about the length of the array.Dan Gohman2010-04-161-9/+1
* Revert 101520, which depended on 101503, which was reverted.Dan Gohman2010-04-161-0/+1
* Revert commit 101503 (johannes), in the hope of fixing the dragonegg build,Duncan Sands2010-04-161-4/+1
* Trim a #include.Dan Gohman2010-04-161-1/+0
* Use a ValueMap not a std::map for the reason indicatedDale Johannesen2010-04-161-1/+4
* reapply r101434Gabor Greif2010-04-163-47/+41
* Make callIsSmall accessible as a utility function.Dan Gohman2010-04-161-0/+4
* The JIT calls TidyLandingPads to tidy up the landing pads. However, because theBill Wendling2010-04-162-1/+6
* Adding support for dag combiner to promote operations for profit. This requir...Evan Cheng2010-04-161-0/+7
* Add a check for posix_spawn.Eric Christopher2010-04-161-0/+3
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-163-41/+47
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-153-47/+41
* Make getPredecessorWithUniqueSuccessorForBB return the unique successorDan Gohman2010-04-151-1/+2
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-153-41/+47
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-153-47/+41
* Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman2010-04-151-4/+4
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-1510-68/+70
* Fix TrackingVH to handle const Value subclasses.Dan Gohman2010-04-141-1/+1