index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add a dag combine pattern for folding C2-(A+C1) -> (C2-C1)-A
Eric Christopher
2011-07-14
1
-2
/
+10
*
Revert r135121 which broke a gcc-4.2 builder.
Jakob Stoklund Olesen
2011-07-14
3
-70
/
+11
*
Count references to interference cache entries.
Jakob Stoklund Olesen
2011-07-14
3
-11
/
+70
*
Simplify. Compile unit check inside hasValidLocation() did not add any value.
Devang Patel
2011-07-14
1
-26
/
+10
*
Reapply r135074 and r135080 with a fix.
Jakob Stoklund Olesen
2011-07-14
2
-28
/
+39
*
Fix typo in DEBUG message.
Devang Patel
2011-07-14
1
-2
/
+2
*
Add DEBUG messages.
Devang Patel
2011-07-14
1
-0
/
+5
*
Revert r135074 and r135080. They broke clamscan.
Jakob Stoklund Olesen
2011-07-13
2
-34
/
+28
*
Only keep the global split candidates that work out.
Jakob Stoklund Olesen
2011-07-13
1
-12
/
+15
*
Move the InterferenceCache cursor into the GlobalSplitCand struct.
Jakob Stoklund Olesen
2011-07-13
2
-20
/
+23
*
Fix up TargetLoweringObjectFile ctors to properly initialize fields.
Evan Cheng
2011-07-13
1
-0
/
+41
*
Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.
Jay Foad
2011-07-13
2
-3
/
+3
*
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
3
-10
/
+7
*
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-12
3
-7
/
+10
*
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-07-11
1
-3
/
+2
*
De-constify Types in FunctionType::get().
Jay Foad
2011-07-11
2
-7
/
+5
*
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-11
1
-3
/
+11
*
Use BranchProbability instead of floating points in IfConverter.
Jakub Staszak
2011-07-10
1
-30
/
+29
*
Don't analyze block if it's not considered for ifcvt anymore.
Jakub Staszak
2011-07-10
1
-2
/
+3
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
1
-31
/
+18
*
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-09
1
-5
/
+10
[next]