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
/
Transforms
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-2
/
+1
*
[asan] Reuse a common function.
Evgeniy Stepanov
2015-02-16
1
-6
/
+2
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-3
/
+2
*
[SimplifyCFG] Be more aggressive
James Molloy
2015-02-13
1
-2
/
+6
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
[SimplifyCFG] Swap to using TargetTransformInfo for cost
James Molloy
2015-02-11
1
-50
/
+28
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-0
/
+4
*
Don't promote asynch EH invokes of nounwind functions to calls
Reid Kleckner
2015-02-11
1
-1
/
+2
*
IR: Take uint64_t in DIBuilder::createExpression()
Duncan P. N. Exon Smith
2015-02-09
1
-1
/
+1
*
Fix a bug in DemoteRegToStack where a reload instruction was inserted into the
Akira Hatanaka
2015-02-09
1
-18
/
+16
*
Correctly combine alias.scope metadata by a union instead of intersecting
Bjorn Steinbrink
2015-02-08
1
-0
/
+2
*
LowerSwitch: Use ConstantInt for CaseRange::{Low,High}
Hans Wennborg
2015-02-05
1
-20
/
+20
*
LowerSwitch: remove default args from CaseRange ctor; NFC
Hans Wennborg
2015-02-05
1
-3
/
+2
*
Utils: Resolve cycles under distinct MDNodes
Duncan P. N. Exon Smith
2015-02-04
1
-20
/
+45
*
Resurrect the assertion removed by r227717
Jingyue Wu
2015-02-02
1
-3
/
+4
*
Removed assert that doesn't typecheck and breaks debug MSVC build.
Michael Kuperstein
2015-02-01
1
-1
/
+0
*
[NVPTX] Emit .pragma "nounroll" for loops marked with nounroll
Jingyue Wu
2015-02-01
1
-0
/
+23
*
Remove a redundant dyn_cast.
Adrian Prantl
2015-01-30
1
-3
/
+2
*
Inliner: Use replaceDbgDeclareForAlloca() instead of splicing the
Adrian Prantl
2015-01-30
2
-17
/
+19
*
Fix PR22386. The inliner moves static allocas to the entry basic block
Adrian Prantl
2015-01-30
1
-0
/
+8
*
Teach SplitBlockPredecessors how to handle landingpad blocks.
Philip Reames
2015-01-28
3
-32
/
+26
*
[LPM] Stop using the string based preservation API. It is an
Chandler Carruth
2015-01-28
2
-2
/
+0
*
SymbolRewriter: allow rewriting with comdats
Saleem Abdulrasool
2015-01-27
1
-0
/
+20
*
SymbolRewriter: prevent unnecessary rewrite
Saleem Abdulrasool
2015-01-27
1
-0
/
+3
*
[SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.
Ahmed Bougacha
2015-01-27
1
-10
/
+14
*
SimplifyCFG: Omit range checks for switch lookup tables when default is unrea...
Hans Wennborg
2015-01-26
1
-7
/
+8
*
SimplifyCFG: don't remove unreachable default switch destinations
Hans Wennborg
2015-01-26
1
-89
/
+92
*
Make ConstantFoldTerminator() handle switches with unreachable default.
Hans Wennborg
2015-01-26
1
-4
/
+10
*
[PM] Move the LowerExpectIntrinsic pass to the Scalar library.
Chandler Carruth
2015-01-24
2
-189
/
+0
*
LowerSwitch: replace unreachable default with popular case destination
Hans Wennborg
2015-01-23
1
-63
/
+135
*
Revert "Don't remove a landing pad if the invoke requires a table entry."
Reid Kleckner
2015-01-22
1
-17
/
+3
*
DebugInfo: Use distinct inlinedAt MDLocations to avoid separate inlined calls...
David Blaikie
2015-01-21
1
-13
/
+49
*
[PM] Replace an abuse of inheritance to override a single function with
Chandler Carruth
2015-01-21
1
-7
/
+11
*
IR: Move MDNode clone() methods from ValueMapper to MDNode, NFC
Duncan P. N. Exon Smith
2015-01-20
1
-34
/
+2
*
[PM] Replace the Pass argument in MergeBasicBlockIntoOnlyPred with
Chandler Carruth
2015-01-20
1
-9
/
+5
*
IR: Introduce GenericDwarfNode
Duncan P. N. Exon Smith
2015-01-20
1
-0
/
+8
*
IR: Merge UniquableMDNode back into MDNode, NFC
Duncan P. N. Exon Smith
2015-01-19
1
-14
/
+14
*
Utils: Simplify MapMetadata(), NFC
Duncan P. N. Exon Smith
2015-01-19
1
-22
/
+37
*
Skip upcast, NFC
Duncan P. N. Exon Smith
2015-01-19
1
-1
/
+1
*
Fix whitespace, NFC
Duncan P. N. Exon Smith
2015-01-19
1
-3
/
+3
*
Utils: Simplify MapMetadata(), NFC
Duncan P. N. Exon Smith
2015-01-19
1
-80
/
+36
*
Cleanup whitespace, NFC
Duncan P. N. Exon Smith
2015-01-19
1
-3
/
+3
*
IR: Return unique_ptr from MDNode::getTemporary()
Duncan P. N. Exon Smith
2015-01-19
2
-15
/
+7
*
IR: Remove MDNodeFwdDecl
Duncan P. N. Exon Smith
2015-01-19
2
-7
/
+8
*
IR: Add isUniqued() and isTemporary()
Duncan P. N. Exon Smith
2015-01-19
1
-1
/
+1
*
[PM] Replace the Pass argument to SplitEdge with specific analyses used
Chandler Carruth
2015-01-19
2
-15
/
+6
*
[PM] Remove the Pass argument from all of the critical edge splitting
Chandler Carruth
2015-01-19
2
-31
/
+31
*
[PM] Relax asserts and always try to reconstruct loop simplify form when
Chandler Carruth
2015-01-19
1
-10
/
+4
*
[PM] Lift the analyses into the interface for
Chandler Carruth
2015-01-19
3
-15
/
+9
*
[PM] Pull the analyses used for another utility routine into its API
Chandler Carruth
2015-01-18
4
-59
/
+92
[next]