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 support for metadata representing .ident directives.
Rafael Espindola
2013-10-16
1
-0
/
+18
*
Fix a pair of bugs in the emission of pubname tables:
Eric Christopher
2013-10-16
2
-6
/
+16
*
Simplify zero initialization of DIEAttrs variable.
David Blaikie
2013-10-16
1
-2
/
+1
*
Make sure we're not attempting to construct a subprogram DIE
Eric Christopher
2013-10-15
1
-16
/
+18
*
Remove some dead code. (DarwinGDBCompat was retired in r189903).
Adrian Prantl
2013-10-15
2
-13
/
+2
*
Guard the debug temp variable with NDEBUG to avoid warning/error with NDEBUG ...
Pekka Jaaskelainen
2013-10-15
1
-0
/
+2
*
Do not assert when trying to add a meta data operand with
Pekka Jaaskelainen
2013-10-15
1
-1
/
+2
*
Improve on r192635, ExeDepsFix for avx, and add a test case.
Andrew Trick
2013-10-15
1
-1
/
+3
*
Fix the ExecutionDepsFix pass to handle AVX instructions.
Andrew Trick
2013-10-14
1
-22
/
+93
*
LiveRegUnits: Use *MBB for consistency and convenience.
Andrew Trick
2013-10-14
2
-9
/
+9
*
LiveRegUnits::removeRegsInMask safety.
Andrew Trick
2013-10-14
1
-10
/
+19
*
Use a SparseSet in LiveRegUnits.
Andrew Trick
2013-10-14
1
-19
/
+18
*
Move LiveRegUnits implementation into .cpp. Comment and format.
Andrew Trick
2013-10-14
2
-0
/
+103
*
Convert LiveRegUnits methods to the current convention (it's new code).
Andrew Trick
2013-10-14
1
-12
/
+12
*
Debug Info: static member DIE creation.
Manman Ren
2013-10-14
2
-14
/
+24
*
Fix indenting.
David Blaikie
2013-10-14
1
-7
/
+8
*
MachineSink: Fix and tweak critical-edge breaking heuristic.
Will Dietz
2013-10-14
1
-7
/
+23
*
Remove the now unused strong phi elimination pass.
Rafael Espindola
2013-10-14
4
-841
/
+3
*
Fixed a bug in dynamic allocation memory on stack.
Elena Demikhovsky
2013-10-14
1
-3
/
+3
*
TargetLowering: Don't index into empty string.
Will Dietz
2013-10-13
1
-1
/
+1
*
Debug Info: remove form from function addDIEEntry.
Manman Ren
2013-10-11
3
-26
/
+17
*
fConversion: Attempt #2 at fixing the MSVC build.
Benjamin Kramer
2013-10-11
1
-2
/
+2
*
IfConversion: Try to unbreak the MSVC build.
Benjamin Kramer
2013-10-11
1
-1
/
+1
*
Remove kill flags after if conversion if necessary
Matthias Braun
2013-10-11
1
-66
/
+89
*
[DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s...
Quentin Colombet
2013-10-11
1
-2
/
+574
*
[DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ...
Quentin Colombet
2013-10-11
1
-574
/
+2
*
[DAGCombiner] Slice a big load in two loads when the element are next to each
Quentin Colombet
2013-10-11
1
-2
/
+574
*
fix typo in comment
Matthias Braun
2013-10-11
1
-1
/
+1
*
Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...
Justin Holewinski
2013-10-11
1
-5
/
+5
*
LiveRangeCalc.h: Update a description corresponding to r192396. [-Wdocumentat...
NAKAMURA Takumi
2013-10-11
1
-1
/
+1
*
Print register in LiveInterval::print()
Matthias Braun
2013-10-10
6
-23
/
+23
*
Represent RegUnit liveness with LiveRange instance
Matthias Braun
2013-10-10
11
-113
/
+116
*
Work on LiveRange instead of LiveInterval where possible
Matthias Braun
2013-10-10
5
-64
/
+58
*
Change MachineVerifier to work on LiveRange + LiveInterval
Matthias Braun
2013-10-10
1
-92
/
+117
*
Pass LiveQueryResult by value
Matthias Braun
2013-10-10
9
-21
/
+24
*
Refactor LiveInterval: introduce new LiveRange class
Matthias Braun
2013-10-10
2
-116
/
+109
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
13
-240
/
+242
*
Rename parameter: defined regs are not incoming.
Matthias Braun
2013-10-10
1
-15
/
+15
*
Use getPointerSizeInBits() rather than 8 * getPointerSize()
Matt Arsenault
2013-10-10
1
-2
/
+3
*
Debug Info: In DIBuilder, the context field of subprogram is updated to use
Manman Ren
2013-10-10
2
-4
/
+5
*
Debug Info: In DIBuilder, the context and type fields of template_type and
Manman Ren
2013-10-09
1
-3
/
+4
*
Explicitly request unsigned enum types when desired
Reid Kleckner
2013-10-08
2
-2
/
+2
*
Add DbgVariable::resolve per Eric's suggestion.
Manman Ren
2013-10-08
2
-2
/
+14
*
Debug Info: rename getOriginalTypeSize to getBaseTypeSize.
Manman Ren
2013-10-08
1
-4
/
+4
*
Debug Info: take advantage of the existing CU::resolve.
Manman Ren
2013-10-08
1
-7
/
+7
*
Grammar.
Eric Christopher
2013-10-08
1
-1
/
+1
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
2
-5
/
+14
*
Formally added an explicit enum for DWARF TLS support. No functionality change.
Richard Mitton
2013-10-07
1
-3
/
+4
*
Fix some assert messages to say the correct opcode name. Looks like one asser...
Craig Topper
2013-10-06
1
-7
/
+7
*
Add support for aliases with linkonce_odr.
Rafael Espindola
2013-10-06
1
-1
/
+1
[next]