index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing getAnalysisUsage in MachineBlockFrequency.
Jakub Staszak
2011-07-21
1
-0
/
+1
*
Refactor.
Devang Patel
2011-07-20
2
-31
/
+42
*
There are two ways to map a variable to its lexical scope. Lexical scope info...
Devang Patel
2011-07-20
1
-2
/
+10
*
While emitting constant value, look through derived type and use underlying b...
Devang Patel
2011-07-20
1
-14
/
+23
*
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
5
-29
/
+7
*
PR10421: Fix a straightforward bug in the widening logic for CONCAT_VECTORS.
Eli Friedman
2011-07-20
1
-5
/
+5
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
1
-21
/
+2
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
6
-527
/
+13
*
Fix an obvious typo that's preventing x86 (32-bit) from using .literal16.
Evan Cheng
2011-07-19
1
-1
/
+1
*
Distinguish between two copies of one inlined variable.
Devang Patel
2011-07-19
1
-2
/
+6
*
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
2
-4
/
+2
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
1
-1
/
+3
*
Revert r135423.
Devang Patel
2011-07-19
2
-24
/
+0
*
Add a frame with the compact unwind encoding if it exists.
Bill Wendling
2011-07-19
1
-0
/
+3
*
Rename CompactEncoding to CompactUnwindEncoding.
Bill Wendling
2011-07-19
1
-2
/
+2
*
Move the compact encoding from the target-specific library to the code-gen
Bill Wendling
2011-07-18
1
-3
/
+4
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
6
-6
/
+3
*
Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...
Jeffrey Yasskin
2011-07-18
3
-9
/
+9
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
3
-4
/
+8
*
During bottom up fast-isel, instructions emitted to materalize registers are ...
Devang Patel
2011-07-18
2
-0
/
+24
*
Fix a crash when building 177.mesa for armv6.
Jakob Stoklund Olesen
2011-07-18
1
-1
/
+1
*
Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...
Frits van Bommel
2011-07-18
3
-6
/
+5
*
Fix PR10387.
Jakob Stoklund Olesen
2011-07-18
1
-1
/
+1
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
19
-112
/
+112
*
Minor code cleanups
Nadav Rotem
2011-07-17
1
-7
/
+6
*
Remove unused LoopRanges from RegAllocGreedy.
Jakub Staszak
2011-07-16
1
-6
/
+0
*
Add MachineBlockFrequency analysis.
Jakub Staszak
2011-07-16
2
-0
/
+60
*
Silence unused variable warning
Matt Beaumont-Gay
2011-07-16
1
-0
/
+1
*
He said *before* the last split point.
Jakob Stoklund Olesen
2011-07-16
1
-1
/
+1
*
LegalizeDAG doesn't need its own copy of this enum.
Dan Gohman
2011-07-15
1
-7
/
+1
*
Delete LegalizeDAG's own version of isTypeLegal and getTypeAction
Dan Gohman
2011-07-15
1
-26
/
+16
*
Delete an unused variable and a redundant assert.
Dan Gohman
2011-07-15
1
-9
/
+1
*
Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.
Jakob Stoklund Olesen
2011-07-15
3
-299
/
+308
*
Modernize comments.
Dan Gohman
2011-07-15
1
-7
/
+4
*
Use DebugLoc directly to map inlined functions' instructions to respective le...
Devang Patel
2011-07-15
2
-5
/
+9
*
Eliminate redundant map.
Devang Patel
2011-07-15
2
-12
/
+3
*
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
4
-6
/
+4
*
Reverting r135232. It's causing infinite looping in DbgScope::openInsnRange.
Evan Cheng
2011-07-15
1
-13
/
+5
*
Do not get confused by multiple empty lexical scopes inlined at one location.
Devang Patel
2011-07-15
1
-5
/
+13
*
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
1
-1
/
+1
*
Refactor.
Devang Patel
2011-07-14
2
-19
/
+9
*
Eliminate redundant LLVMContext argument.
Devang Patel
2011-07-14
2
-9
/
+11
*
Check register class matching instead of width of type matching
Eric Christopher
2011-07-14
2
-6
/
+11
*
Change Intrinsic::getDeclaration and friends to take an ArrayRef.
Benjamin Kramer
2011-07-14
1
-2
/
+1
*
[VECTOR-SELECT]
Nadav Rotem
2011-07-14
1
-1
/
+1
*
Add assertion for the chain value type
Nadav Rotem
2011-07-14
1
-0
/
+10
*
Reapply r135121 with a fixed copy constructor.
Jakob Stoklund Olesen
2011-07-14
3
-11
/
+70
*
Simplify.
Devang Patel
2011-07-14
1
-13
/
+3
*
Don't emit a bit test if there is only one case the test can yield false. A s...
Benjamin Kramer
2011-07-14
1
-1
/
+9
*
Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...
Devang Patel
2011-07-14
2
-18
/
+14
[next]