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
/
include
/
llvm
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a size field to the stack map record to handle subregister spills.
Andrew Trick
2013-11-17
1
-4
/
+5
*
Fix filename in header comment
Duncan P. N. Exon Smith
2013-11-16
1
-1
/
+1
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
2
-1
/
+4
*
Avoid illegal integer promotion in fastisel
Bob Wilson
2013-11-15
1
-0
/
+9
*
Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 type
Daniel Sanders
2013-11-15
1
-0
/
+7
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
3
-0
/
+25
*
Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...
Aaron Ballman
2013-11-13
1
-2
/
+2
*
CalcSpillWeights: allow overidding the spill weight normalizing function
Arnaud A. de Grandmaison
2013-11-11
1
-3
/
+12
*
CalcSpillWeights: give a better describing name to calculateSpillWeights
Arnaud A. de Grandmaison
2013-11-11
1
-6
/
+4
*
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
2013-11-10
1
-22
/
+11
*
Move the old pass manager infrastructure into a legacy namespace and
Chandler Carruth
2013-11-09
1
-1
/
+6
*
include/llvm/CodeGen/PBQP: Update @param(s) in comments. [-Wdocumentation]
NAKAMURA Takumi
2013-11-09
5
-48
/
+48
*
Fix whitespace.
NAKAMURA Takumi
2013-11-09
4
-41
/
+41
*
Re-apply r194300 with fixes for warnings.
Lang Hames
2013-11-09
6
-423
/
+435
*
Revert r194300 which broke the build.
Nick Lewycky
2013-11-09
6
-434
/
+404
*
Rewrite the PBQP graph data structure.
Lang Hames
2013-11-09
6
-404
/
+434
*
[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
2013-11-08
1
-2
/
+4
*
Revert "CalculateSpillWeights does not need to be a pass"
Arnaud A. de Grandmaison
2013-11-08
1
-11
/
+22
*
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
2013-11-08
1
-22
/
+11
*
Add support for stack map generation in the X86 backend.
Andrew Trick
2013-10-31
1
-0
/
+107
*
Produce .weak_def_can_be_hidden for some linkonce_odr values
Rafael Espindola
2013-10-30
1
-1
/
+1
*
Reformat code with clang-format.
Josh Magee
2013-10-30
1
-5
/
+6
*
StackProtector.h: Fix trailing comments for doxygen. [-Wdocumentation]
NAKAMURA Takumi
2013-10-30
1
-8
/
+8
*
Trailing whitespace in a comment line.
NAKAMURA Takumi
2013-10-30
1
-1
/
+1
*
[stackprotector] Update the StackProtector pass to perform datalayout analysis.
Josh Magee
2013-10-29
1
-1
/
+30
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-0
/
+1
*
Keep TBAA info when rewriting SelectionDAG loads and stores
Richard Sandiford
2013-10-28
1
-0
/
+5
*
LegalizeDAG: allow libcalls for max/min atomic operations
Tim Northover
2013-10-25
1
-0
/
+20
*
Formatting and whitespace.
Eric Christopher
2013-10-24
1
-9
/
+8
*
Speling fixes.
Benjamin Kramer
2013-10-22
1
-1
/
+1
*
Using FoldingSet in SelectionDAG::getVTList.
Wan Xiaofei
2013-10-22
1
-1
/
+40
*
CodeGen: Emit a libcall if the target doesn't support 16-byte wide atomics
David Majnemer
2013-10-18
1
-0
/
+8
*
Add support for metadata representing .ident directives.
Rafael Espindola
2013-10-16
1
-0
/
+2
*
Simplify formatting and sort these. No functionality changed.
Chandler Carruth
2013-10-15
1
-14
/
+10
*
LiveRegUnits: Use *MBB for consistency and convenience.
Andrew Trick
2013-10-14
1
-1
/
+1
*
Use a SparseSet in LiveRegUnits.
Andrew Trick
2013-10-14
1
-7
/
+13
*
Move LiveRegUnits implementation into .cpp. Comment and format.
Andrew Trick
2013-10-14
1
-87
/
+13
*
Remove extra indentation in LiveRegUnits.
Andrew Trick
2013-10-14
1
-112
/
+112
*
Convert LiveRegUnits methods to the current convention (it's new code).
Andrew Trick
2013-10-14
1
-15
/
+15
*
Remove the now unused strong phi elimination pass.
Rafael Espindola
2013-10-14
1
-8
/
+0
*
Introduce ad hoc liveness tracking utility: LiveRegUnits
Matthias Braun
2013-10-11
1
-0
/
+156
*
Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...
Justin Holewinski
2013-10-11
1
-0
/
+4
*
Print register in LiveInterval::print()
Matthias Braun
2013-10-10
1
-0
/
+5
*
Represent RegUnit liveness with LiveRange instance
Matthias Braun
2013-10-10
2
-16
/
+16
*
Work on LiveRange instead of LiveInterval where possible
Matthias Braun
2013-10-10
1
-5
/
+5
*
Pass LiveQueryResult by value
Matthias Braun
2013-10-10
1
-96
/
+101
*
Refactor LiveInterval: introduce new LiveRange class
Matthias Braun
2013-10-10
2
-101
/
+126
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
3
-129
/
+124
*
Rename parameter: defined regs are not incoming.
Matthias Braun
2013-10-10
1
-3
/
+2
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-1
/
+1
[next]