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
*
Following a suggestion of Daniel Dunbar, stop people passing the name
Duncan Sands
2009-11-17
2
-11
/
+5
*
Fixed call to wrong constructor.
Lang Hames
2009-11-17
1
-1
/
+1
*
In GlobalVariable::setInitializer, assert that the initializer has the
Jeffrey Yasskin
2009-11-17
1
-12
/
+4
*
Fix unused variables warnings.
Eric Christopher
2009-11-16
2
-3
/
+3
*
Revert 88957. This file uses CodeGenOpt, which is defined in TargetMachine.h.
Dan Gohman
2009-11-16
1
-1
/
+1
*
Remove an unnecessary #include.
Dan Gohman
2009-11-16
1
-1
/
+1
*
Sink a #include <map> to where it's actually needed.
Dan Gohman
2009-11-16
1
-1
/
+0
*
Make PseudoSourceValue's classof recognize
Dan Gohman
2009-11-16
1
-2
/
+3
*
Add configure options for specifying where to look for libstdc++.
Rafael Espindola
2009-11-16
2
-0
/
+24
*
Make ERROR_IF_USED macro work with GCC <= 4.2, Apple GCCs
Douglas Gregor
2009-11-16
1
-1
/
+3
*
Make sure that if anyone passes a name by accident for the isSigned
Duncan Sands
2009-11-16
2
-0
/
+9
*
disable copying, enforce some invariants.
Chris Lattner
2009-11-15
1
-0
/
+3
*
mark getIntrinsicID() 'readonly'. This allows various classof methods
Chris Lattner
2009-11-15
1
-1
/
+2
*
add attributes for readnone/readonly functions.
Chris Lattner
2009-11-15
1
-0
/
+12
*
add a version of array_pod_sort that takes a custom comparator function.
Chris Lattner
2009-11-15
1
-0
/
+8
*
Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes.
Edward O'Callaghan
2009-11-15
1
-0
/
+1
*
Add function to replace a destination MBB in a single jump table
Jim Grosbach
2009-11-14
1
-0
/
+5
*
Remove dead variable found by clang++.
Benjamin Kramer
2009-11-14
1
-1
/
+0
*
Implement DISABLE_INLINE for MSVC. This required changing the position in all
Benjamin Kramer
2009-11-14
2
-4
/
+6
*
Make NORETURN working with MSVC. MSVC only accepts NORETURN in front of the
Benjamin Kramer
2009-11-14
2
-5
/
+7
*
Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU.
Daniel Dunbar
2009-11-14
1
-0
/
+6
*
Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to repl...
Evan Cheng
2009-11-14
1
-0
/
+5
*
- Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo.
Evan Cheng
2009-11-14
1
-2
/
+5
*
Add an option for running GVN with redundant load processing disabled.
Dan Gohman
2009-11-14
1
-1
/
+1
*
Added an API to the SlotIndexes pass to allow new instructions to be inserted...
Lang Hames
2009-11-14
2
-89
/
+67
*
Move the FixedStackPseudoSourceValueVal enum value before InstructionVal
Dan Gohman
2009-11-13
1
-1
/
+3
*
Add MachineFunction::verify() to call the machine code verifier directly.
Jakob Stoklund Olesen
2009-11-13
1
-0
/
+4
*
Use .data() instead of .c_str() when nul-termination is not needed.
Dan Gohman
2009-11-13
1
-1
/
+1
*
Do not use value handle to wrap MDNode in DIDescriptor.
Devang Patel
2009-11-13
1
-1
/
+3
*
Allow target to specify regclass for which antideps will only be broken along...
David Goodwin
2009-11-13
1
-3
/
+5
*
Remove duplicate APIs and state WRT spill objects.
David Greene
2009-11-13
1
-16
/
+0
*
Revert r87059 for now. It is failing clang tests.
Devang Patel
2009-11-13
1
-0
/
+1
*
Switch to smallvector. Also fix issue with using unsigend for MaxSplit.
Rafael Espindola
2009-11-13
1
-10
/
+4
*
Adjust isConstantSplat to allow for big-endian targets.
Dale Johannesen
2009-11-13
1
-2
/
+2
*
Remove unnecessary llvm.dbg.declare bitcast
Victor Hernandez
2009-11-13
1
-1
/
+0
*
Add a new split method to StringRef that puts the substrings in a vector.
Rafael Espindola
2009-11-13
1
-0
/
+27
*
Fix a bootstrap failure.
David Greene
2009-11-13
1
-0
/
+16
*
Do some cleanups suggested by Chris.
David Greene
2009-11-12
1
-5
/
+2
*
StringRef(const char*) should not be used to turn null pointers into empty
Daniel Dunbar
2009-11-12
1
-1
/
+1
*
Remove my Value.h build fix.
Daniel Dunbar
2009-11-12
1
-1
/
+0
*
Fix a build error by providing a missing enum value.
David Greene
2009-11-12
1
-1
/
+3
*
Make the MachineFunction argument of getFrameRegister const.
David Greene
2009-11-12
1
-1
/
+2
*
Add hasLoadFromStackSlot and hasStoreToStackSlot to return whether a
David Greene
2009-11-12
1
-0
/
+22
*
Attempt to unbreak LLVM build, David G. please check.
Daniel Dunbar
2009-11-12
1
-0
/
+1
*
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-12
1
-10
/
+45
*
Add compare_lower and equals_lower methods to StringRef. Switch all users of
Benjamin Kramer
2009-11-12
1
-0
/
+8
*
Make FixedStackPseudoSourceValue a first-class PseudoSourceValue by
David Greene
2009-11-12
1
-1
/
+34
*
Add AsmPrinter comment flags to machine instructions so that AsmPrinter
David Greene
2009-11-12
1
-0
/
+24
*
Add comment flags so AsmPrinter can output additional information when
David Greene
2009-11-12
1
-0
/
+8
*
"Attach debug info with llvm instructions" mode was enabled a month ago. Now ...
Devang Patel
2009-11-12
3
-26
/
+0
[next]