aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Add missing getAnalysisUsage in MachineBlockFrequency.Jakub Staszak2011-07-211-0/+1
* Refactor.Devang Patel2011-07-202-31/+42
* There are two ways to map a variable to its lexical scope. Lexical scope info...Devang Patel2011-07-201-2/+10
* While emitting constant value, look through derived type and use underlying b...Devang Patel2011-07-201-14/+23
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-205-29/+7
* PR10421: Fix a straightforward bug in the widening logic for CONCAT_VECTORS.Eli Friedman2011-07-201-5/+5
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-21/+2
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-206-527/+13
* Fix an obvious typo that's preventing x86 (32-bit) from using .literal16.Evan Cheng2011-07-191-1/+1
* Distinguish between two copies of one inlined variable.Devang Patel2011-07-191-2/+6
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-192-4/+2
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-1/+3
* Revert r135423.Devang Patel2011-07-192-24/+0
* Add a frame with the compact unwind encoding if it exists.Bill Wendling2011-07-191-0/+3
* Rename CompactEncoding to CompactUnwindEncoding.Bill Wendling2011-07-191-2/+2
* Move the compact encoding from the target-specific library to the code-genBill Wendling2011-07-181-3/+4
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-186-6/+3
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-183-9/+9
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-183-4/+8
* During bottom up fast-isel, instructions emitted to materalize registers are ...Devang Patel2011-07-182-0/+24
* Fix a crash when building 177.mesa for armv6.Jakob Stoklund Olesen2011-07-181-1/+1
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-183-6/+5
* Fix PR10387.Jakob Stoklund Olesen2011-07-181-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-1819-112/+112
* Minor code cleanupsNadav Rotem2011-07-171-7/+6
* Remove unused LoopRanges from RegAllocGreedy.Jakub Staszak2011-07-161-6/+0
* Add MachineBlockFrequency analysis.Jakub Staszak2011-07-162-0/+60
* Silence unused variable warningMatt Beaumont-Gay2011-07-161-0/+1
* He said *before* the last split point.Jakob Stoklund Olesen2011-07-161-1/+1
* LegalizeDAG doesn't need its own copy of this enum.Dan Gohman2011-07-151-7/+1
* Delete LegalizeDAG's own version of isTypeLegal and getTypeActionDan Gohman2011-07-151-26/+16
* Delete an unused variable and a redundant assert.Dan Gohman2011-07-151-9/+1
* Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.Jakob Stoklund Olesen2011-07-153-299/+308
* Modernize comments.Dan Gohman2011-07-151-7/+4
* Use DebugLoc directly to map inlined functions' instructions to respective le...Devang Patel2011-07-152-5/+9
* Eliminate redundant map.Devang Patel2011-07-152-12/+3
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-154-6/+4
* Reverting r135232. It's causing infinite looping in DbgScope::openInsnRange.Evan Cheng2011-07-151-13/+5
* Do not get confused by multiple empty lexical scopes inlined at one location. Devang Patel2011-07-151-5/+13
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-1/+1
* Refactor.Devang Patel2011-07-142-19/+9
* Eliminate redundant LLVMContext argument.Devang Patel2011-07-142-9/+11
* Check register class matching instead of width of type matchingEric Christopher2011-07-142-6/+11
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-141-2/+1
* [VECTOR-SELECT]Nadav Rotem2011-07-141-1/+1
* Add assertion for the chain value typeNadav Rotem2011-07-141-0/+10
* Reapply r135121 with a fixed copy constructor.Jakob Stoklund Olesen2011-07-143-11/+70
* Simplify.Devang Patel2011-07-141-13/+3
* Don't emit a bit test if there is only one case the test can yield false. A s...Benjamin Kramer2011-07-141-1/+9
* Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...Devang Patel2011-07-142-18/+14