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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Not all targets have efficient ISel code generation for select instructions.
Nadav Rotem
2012-09-02
1
-0
/
+10
*
Rename ANDROIDEABI to Android.
Logan Chien
2012-09-02
1
-1
/
+1
*
PR13689: Check for backtrace(3) in the cmake build.
Benjamin Kramer
2012-09-01
1
-1
/
+1
*
Add ARM ELF support to llvm-objdump.
Logan Chien
2012-09-01
1
-0
/
+138
*
Add MachineInstr::tieOperands, remove setIsTied().
Jakob Stoklund Olesen
2012-08-31
2
-8
/
+13
*
Move the GCOVFormat enums into their own namespace per the LLVM coding standard.
Bill Wendling
2012-08-31
1
-14
/
+16
*
The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...
Chad Rosier
2012-08-31
1
-1
/
+0
*
Clean up ProfileDataLoader a bit.
Benjamin Kramer
2012-08-31
1
-12
/
+6
*
Cleanups due to feedback. No functionality change. Patch by Alistair.
Bill Wendling
2012-08-31
1
-14
/
+14
*
Fix HashString's Bernstein hash to use unsigned chars, as is usually done.
Will Dietz
2012-08-30
1
-1
/
+1
*
Add a bit of documentation to copyPhysReg.
Jakob Stoklund Olesen
2012-08-29
1
-0
/
+7
*
Explicitly cast an expression to bool before handing it off to __builtin_expect.
Benjamin Kramer
2012-08-29
1
-2
/
+2
*
Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...
Benjamin Kramer
2012-08-29
1
-2
/
+4
*
Allow targets to specify a minimum supported NOP size when performing NOP pad...
Owen Anderson
2012-08-29
1
-0
/
+7
*
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
Jakob Stoklund Olesen
2012-08-29
1
-5
/
+5
*
Add MachineMemOperand::isUnordered().
Jakob Stoklund Olesen
2012-08-29
1
-0
/
+9
*
fix C++ comment in C header
Michael Liao
2012-08-29
1
-1
/
+1
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
5
-29
/
+93
*
Make use of the LLVM_DELETED_FUNCTION macro.
Craig Topper
2012-08-29
17
-35
/
+43
*
Maintain a vaild isTied bit as operands are added and removed.
Jakob Stoklund Olesen
2012-08-29
1
-0
/
+12
*
Profile: set branch weight metadata with data generated from profiling.
Manman Ren
2012-08-28
4
-0
/
+158
*
Add a MachineOperand::isTied() flag.
Jakob Stoklund Olesen
2012-08-28
1
-0
/
+19
*
Don't allow TargetFlags on MO_Register MachineOperands.
Jakob Stoklund Olesen
2012-08-28
1
-8
/
+19
*
Remove extra MayLoad/MayStore flags from atomic_load/store.
Jakob Stoklund Olesen
2012-08-28
2
-7
/
+2
*
Add the Freescale vendor to Triple.
Hal Finkel
2012-08-28
1
-1
/
+2
*
Remove the the block_node_iterator of Region, replace it by the block_iterator.
Hongbin Zheng
2012-08-27
1
-21
/
+0
*
Support MIPS DSP Rev2 intrinsics.
Simon Atanasyan
2012-08-27
1
-0
/
+125
*
Add basic support for .debug_ranges section to LLVM's DebugInfo library.
Alexey Samsonov
2012-08-27
1
-1
/
+2
*
Mark avx2 maskstore has ReadWriteArgMem. Mark broadcast and maskload as ReadA...
Craig Topper
2012-08-26
1
-18
/
+30
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
6
-10
/
+25
*
Forgot to check in ProfileDataTypes.h in r162576
Manman Ren
2012-08-24
1
-0
/
+39
*
Profile: move a single enum out of ProfileInfoTypes.h into a new
Manman Ren
2012-08-24
1
-9
/
+1
*
BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle
Manman Ren
2012-08-24
2
-15
/
+41
*
Lower constant pools and jump tables via TOC on PPC64/SVR4.
Roman Divacky
2012-08-24
1
-1
/
+2
*
Try to appease MSVC even more elaborately in the alignment hacking space.
Chandler Carruth
2012-08-24
1
-5
/
+33
*
Tristate mayLoad, mayStore, and hasSideEffects.
Jakob Stoklund Olesen
2012-08-23
2
-3
/
+9
*
Add CodeGenTarget::guessInstructionProperties.
Jakob Stoklund Olesen
2012-08-23
1
-0
/
+11
*
Fix attributes on X86 store intrinsics.
Jakob Stoklund Olesen
2012-08-23
1
-11
/
+11
*
Fix a stub signature. HeuristicReduce should return a bool.
Lang Hames
2012-08-23
1
-1
/
+2
*
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
13
-48
/
+45
*
Make the setInst method take its MCInst parameter by reference, a la Jim's
Lang Hames
2012-08-23
1
-1
/
+1
*
Simplify the computeOperandLatency API.
Andrew Trick
2012-08-23
3
-29
/
+29
*
Fix an assortment of doxygen comment mistakes found by -Wdocumentation.
Ted Kremenek
2012-08-22
4
-14
/
+16
*
Print out the location of expanded multiclass defs in TableGen errors.
Jakob Stoklund Olesen
2012-08-22
2
-12
/
+17
*
MCInstFragment constructor should take by-reference MCInst.
Jim Grosbach
2012-08-22
1
-1
/
+1
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-2
/
+6
*
For mips64 switch statements in subroutines could generate
Jack Carter
2012-08-22
1
-0
/
+1
*
Reduce alignment of SmallVector<T> to the required amount, rather than forcin...
Richard Smith
2012-08-22
2
-101
/
+64
*
Add a few functions to TargetLibraryInfo as part of PR13574.
Chad Rosier
2012-08-21
1
-0
/
+36
*
Fix misaligned access in MachO object file reader: despite containing an
Richard Smith
2012-08-21
1
-0
/
+5
[next]